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
Requests that have the added header of Content-type: application/x-www-form-urlencoded should force their POST body to be form-urlencoded, even if a FormData or array has been provided.
The text was updated successfully, but these errors were encountered:
Requests that have the added header of
Content-type: application/x-www-form-urlencoded
should force their POST body to be form-urlencoded, even if a FormData or array has been provided.The text was updated successfully, but these errors were encountered: