Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 726 Bytes

cors.md

File metadata and controls

9 lines (7 loc) · 726 Bytes

feature: CORS status: use tags: polyfill kind: html polyfillurls:postmessage-proxied-xhr, flXHR (requires crossdomain.xml), pmxdr (requires host installed)

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.