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've set up a cross domain POST request that is working in all browsers except IE9 (not worried later versions of IE). When the request is sent from IE9 Developer Tools show the correct request body was sent but when it shows up on the server side the request body is empty.
I should mention that I'm using a Backbone model to submit the request with Model.save() and I have the following ajax setup:
I've set up a cross domain POST request that is working in all browsers except IE9 (not worried later versions of IE). When the request is sent from IE9 Developer Tools show the correct request body was sent but when it shows up on the server side the request body is empty.
I should mention that I'm using a Backbone model to submit the request with Model.save() and I have the following ajax setup:
On the server side I have the following headers:
The text was updated successfully, but these errors were encountered: