https://github.com/3on/poc-cors-ie
IE sucks nothing new...
https://github.com/3on/poc-cors-ie
Last synced: about 2 months ago
JSON representation
IE sucks nothing new...
- Host: GitHub
- URL: https://github.com/3on/poc-cors-ie
- Owner: 3on
- Created: 2012-10-15T21:09:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-16T02:33:58.000Z (almost 14 years ago)
- Last Synced: 2025-01-15T05:09:28.444Z (over 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proof of concept around CORS in IE
IE8 came with a proprietary object call XDomainRequest, it is supposed to have some kind of support for CORS.
According to this [article][http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx] this object is pretty much useless.
It is full of restriction and require so much hacking that using a proxy is sadly still the best way to go.
This is a bunch of test to figure out how much IE sucks.