Skip to content

Commit

Permalink
cors browser support info.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 1, 2012
1 parent 4f61d40 commit 3d8afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ tags: polyfill
kind: html
polyfillurls:[postmessage-proxied-xhr](https://github.com/toolness/postmessage-proxied-xhr/#readme), [flXHR](http://flxhr.flensed.com/) (requires crossdomain.xml), [pmxdr](https://github.com/eligrey/pmxdr) (requires host installed)

CORS, or cross-origin resource sharing, enables a few things, but most notably cross-domain AJAX. IE8 introduced [XDomainRequest][], so really only IE7 needs help with cross-domain files. Consider the polyfills below or you can fall back to using a [simple proxy](http://benalman.com/projects/php-simple-proxy/).
CORS, or cross-origin resource sharing, enables a few things, but most notably cross-domain AJAX. All non-IE browsers have support for CORS. IE8 introduced [XDomainRequest][], so really only IE7 needs help with cross-domain files. Consider the polyfills below or you can fall back to using a [simple proxy](http://benalman.com/projects/php-simple-proxy/).

[XDomainRequest]: http://msdn.microsoft.com/en-us/library/ie/cc288060(v=vs.85).aspx

0 comments on commit 3d8afa2

Please sign in to comment.