You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.htmlAppreciate 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?
The text was updated successfully, but these errors were encountered: