internet explorer 9 - IE9 SCRIPT87: Invalid argument on XDomainRequest -


I'm testing my app on Internet Explorer 9, the app works fine on Chrome, Firefox, Opera and Safari , But in IE .... Well, in this code:

  this.xhr.open ("PUT", url, true);   

IE says 'SCRIPT87: Invalid argument.' I attach an image: Enter image details here

Xerium element is a XDomainRequest ( ) The object, the url attribute is a perfect url. Does anybody know what IE9 is talking about?

I think the API (with easy access, post, hold and method) with IE 'Compatible' (with 8 and 9 versions), I thought that XDomainRequest had similar implementation of COS compared to XMLHttpRequest, but no further, how many restrictions we have with XDomainRequest: only to 'get' and ' Post 'methods run, a custom header, etc. A link with this issue of 8 and 9.

appears in the XMLHttpRequest in 10

Comments