An open API service indexing awesome lists of open source software.

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...

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.