Taking a look at CORS with jQuery and XDomainRequest in IE8/9
Is there way to support CORS with IE7?
(sadly we still need to support IE7 here!)
Taking a look at CORS with jQuery and XDomainRequest in IE8/9
Is there way to support CORS with IE7?
(sadly we still need to support IE7 here!)
Nope. XDomainRequest is only available for IE8 and IE9. For browsers such as IE7, you would need to adopt some alternate means of cross-origin data retrieval, such as JSON-P, Flash or proxying through a server.