We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d85f53 commit 86c4d4dCopy full SHA for 86c4d4d
README.md
@@ -4,10 +4,11 @@ Implements automatic *Cross Origin Resource Sharing* support using the `XDomainR
4
> **CORS** requires the `Access-Control-Allow-Origin` header to be present in the AJAX response from the server.
5
6
In order to use XDomainRequest in Internet Explorer, the request must be:
7
-- asynchronous
8
-- GET or POST
9
-- HTTP or HTTPS
10
-- same scheme as calling page
+- Only GET or POST
+ - When POSTing, the data will always be sent with a `Content-Type` of `text/plain`
+- Only HTTP or HTTPS
+ - Protocol must be the same scheme as the calling page
11
+- Always asynchronous
12
13
Working example here:
14
http://jsfiddle.net/MoonScript/Q7bVG/
0 commit comments