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
Implements automatic *Cross Origin Resource Sharing* support using the `XDomainRequest` object for IE8 and IE9 when using the [ajax](http://api.jquery.com/jQuery.ajax/) function in jQuery 1.5+.
4
+
> **CORS** requires the `Access-Control-Allow-Origin` header to be present in the AJAX response from the server.
5
+
6
+
In order to use XDomainRequest in Internet Explorer, the request must be:
0 commit comments