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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I have to work with a backend (PHP) which does not automatically parse JSON, and which I cannot change. I would like angular to automatically urlencode my POST data when the Content-Type is application/x-www-form-urlencoded. See this SO thread where the recommended solution is to use jQuery's $.param.
The text was updated successfully, but these errors were encountered:
I have to work with a backend (PHP) which does not automatically parse JSON, and which I cannot change. I would like angular to automatically urlencode my POST data when the
Content-Type
isapplication/x-www-form-urlencoded
. See this SO thread where the recommended solution is to use jQuery's$.param
.The text was updated successfully, but these errors were encountered: