ie.xhr icon indicating copy to clipboard operation
ie.xhr copied to clipboard

A CORS-capable replacement for XHR on IE

Results 2 ie.xhr issues
Sort by recently updated
recently updated
newest added

Hi there, Have you had any luck getting this to work with IE7 and IE8? It works perfectly with IE9, but the call is never submitted in IE7 and IE8.

Michael, If using a more modern jQuery, it is also necessary to set $.support.cors = true prior to the $.ajax() call. Might want to update the README, I pulled my...