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.
The default behavior is to encode that object as JSON. This would be fine if the default Content-Type of $browser.xhr was application/json, but it's application/x-www-form-urlencoded.
Since you can't set the Content-Type via $xhr (see #180), then this feature is virtually unusable, confusing and probably an inappropriate default.
Solution is to urlencode the object instead of JSON