Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 1
    Thank you, in fact I saw this URL before, but I was not convinced with the idea, however I will give it a try. Btw I am not using HTTPS Commented May 30, 2013 at 6:58
  • What server are you using? Commented May 30, 2013 at 11:19
  • 1
    I am using Apache, but it is purely client side, the request did not go over the wire, it even did not go outside the browser itself. Commented May 30, 2013 at 14:32
  • 1
    I don't use HTTPS, my domain is HTTP and I don't see facebook does such double request (GET then POST) on IE10 although they are using HTTPS Commented Jun 6, 2013 at 21:27
  • 1
    I am currently experiencing this issue with the new Edge browser. AJAX POST cross-domain call does not work until you do a HEAD/GET request before-hand. Both domains are connected over HTTPS. IE 11 works fine. Is this a bug? Commented Aug 1, 2015 at 4:23