Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE9 CORS not supported #28

Open
ChrisBAshton opened this issue Jul 9, 2018 · 0 comments
Open

IE9 CORS not supported #28

ChrisBAshton opened this issue Jul 9, 2018 · 0 comments

Comments

@ChrisBAshton
Copy link

I get a SCRIPT 5: Access is denied error message in IE9 when using Pegasus to ajax in some JSON over a different origin.

Managed to fix by polyfilling XHR with xhook and providing a before hook as per http://jpillora.com/xhook/example/ie-8-9-cors-polyfill.html

Appreciate that adding support for CORS in IE9 adds a lot of extra bloat. I suggest we add something to the README to make it clear that IE9 ajax requests are supported, just not over CORS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant