jpillora / xdomain

A pure JavaScript CORS alternative
https://jpillora.com/xdomain/
3.12k stars 269 forks source link

ie11: some request works fine, some other gets "Access denied" #159

Closed bitliner closed 9 years ago

bitliner commented 9 years ago

I am using xdomain on ie11.

Usually works, but as soon as I go to a page that does a certain request, this request gets access denied error.

This request is very similar to other ones, same scheme, same host of other CORS requests.

How could I troubleshoot it?

console.log and other tools are not so helpful, other than Access is denied I don't get any other information.

bitliner commented 9 years ago

I found the problem.

It occurs when the query string is too long.

It happens only on IE11, neither ie9 or chrome.

So I think it is not related to xdomain.