You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoids catering for a request entity-body on request methods other than 'PUT' and 'POST'; This implies that unless a request method is either 'PUT' or 'POST': - A 'Content-type' header is no longer set; - The request data is no longer JSON.stringify()ed;