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
The UI does not have a way to specify the content type of POST data, it's always application/x-www-form-urlencoded.
If I add the Content-Type header, the value I provide just gets appended to the predefined value instead of replacing it.
The UI does not have a way to specify the content type of POST data, it's always
application/x-www-form-urlencoded.If I add the
Content-Typeheader, the value I provide just gets appended to the predefined value instead of replacing it.