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
Of course, at first, we we're using application/json as Header Content-Type, till we realize our API was refusing all request because it was receiving "urlencoded" data. The plugin do not care about the Content-Type we specify in the header, it always automatically transform payload as "urlencoded" data.
I have been trying to use this plugin to post jsons to a REST api, I simply can't.
It always sends as application/x-www-form-urlencoded and tries to parse my json into params.
eg:
becomes:
id=1&name=John+Doe
The text was updated successfully, but these errors were encountered: