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
I have added the "help wanted" label to this issue. Would you please submit a pull request to add this feature? I am very open and responsive to pull requests.
This is a feature request, and I think it's raised in #531 but misunderstanded
Description:
Now only form data format is supported in this plugin, I'd like to post json data in post body (like this: https://stackoverflow.com/questions/5570747/jquery-posting-json)
In jquery it can be done with code below:
Expected Behavior:
With option:
Request body like this :
Actual behavior:
Unsupported, now only encoded form data can be in post body
Request body like this:
Why
It's quite common in now days for communicating with server in protocol of json instead of form data, so this feature is needed.
The text was updated successfully, but these errors were encountered: