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
When the request body starts with { or [ (indicating JSON), automatically set Content-Type: application/json if the user hasn't already set it. Currently the user must always add the header manually.
When the request body starts with { or [ (indicating JSON), automatically set
Content-Type: application/jsonif the user hasn't already set it. Currently the user must always add the header manually.Remove existing hard coded
Content-Typeheader.