jQuery-ajaxTransport-XDomainRequest icon indicating copy to clipboard operation
jQuery-ajaxTransport-XDomainRequest copied to clipboard

jQuery ajaxTransport extension that uses XDomainRequest for IE8 and IE9.

Results 12 jQuery-ajaxTransport-XDomainRequest issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/21995628/46254120-db7b8080-c4bc-11e8-9ba4-a38d575df98a.png)

Working example here: http://jsfiddle.net/MoonScript/Q7bVG/show/. I tried this example in IE9, but got the error in the console: SCRIPT5007: 无法获取属性“triggerType”的值: 对象为 null 或未定义 embed.js?update_24_11_2017_2, 行87 字符7

How can i catch error code and error message in ie8/ie9?

XDomainRequest does not support Content-Type header anymore. Server can not read Content-Type header any more

XDomainRequest is limited and won't send any headers. It's now possible to send cookie data in payload (away from sniffers) using POST request and setting sendCookieInPayload in jQuery ajax options...

Hi, This plugin is amazing and it worked for me except for one situation. When the return data is gzip compressed it is not working. Please look in to this...

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...

``` bower jquery.xdomainrequest#~1.0.2 invalid-meta jquery.xdomainrequest is missing "main" entry in bower.json bower jquery.xdomainrequest#~1.0.2 invalid-meta jquery.xdomainrequest is missing "ignore" entry in bower.json ```

I am using IE 8 and CROSS I am not able to get error message in case any API call fails. I also tried returning JSON results. Here are complete...