Skip to content

Commit bc3a5c4

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

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
Implements automatic CORS support using the XDomainRequest object for IE8 and IE9 when using jQuery 1.5+ ajax function.
1+
jQuery ajaxTransport XDomainRequest
2+
===================================
3+
4+
Implements automatic Cross Origin Resource Sharing support using the XDomainRequest object for IE8 and IE9 when using jQuery 1.5+ ajax function.
25

36
CORS requires the Access-Control-Allow-Origin header to be present in the AJAX response.
47

5-
Working example here:
6-
http://jsfiddle.net/MoonScript/Q7bVG/show/
8+
Working example [http://jsfiddle.net/MoonScript/Q7bVG/](here).
9+
10+
Internet Explorer XDomainRequest
11+
--------------------------------
712

8-
Note:
9-
XDomainRequest must be: asynchronous, GET or POST methods, HTTP or HTTPS protocol, and same scheme as calling page
13+
XDomainRequest must be: asynchronous, GET or POST method, HTTP or HTTPS protocol, and same scheme as calling page

0 commit comments

Comments
 (0)