Skip to content

Commit d9207f2

Browse files
author
Jason Moon
committed
Update README
1 parent 8754607 commit d9207f2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Implements automatic CORS support using the XDomainRequest object for IE8 and IE9 when using jQuery 1.5+ ajax function.
2+
3+
CORS requires the Access-Control-Allow-Origin header to be present in the AJAX response.
4+
5+
Working example here:
6+
http://jsfiddle.net/MoonScript/Q7bVG/show/
7+
8+
Note:
9+
XDomainRequest must be: asynchronous, GET or POST methods, HTTP or HTTPS protocol, and same scheme as calling page

0 commit comments

Comments
 (0)