2

i've an AJAX call that isn't working on IE-Edge under a certain jQuery event.

     $.ajax({
        url:"http://api.mysite.com/34sd418?v=1",
         success:function(result){
        }});

In the beginning the url was:

//api.mysite.com/34sd418?v=1 - without the protocol

jQuery version : code.jquery.com/jquery-1.10.2.min.js

but both of the options not working. On other browsers (Chrome,FF, Other IE, Edge on WIN7) it is working. Any idea why?

ohadsas
  • 479
  • 2
  • 7
  • 23
  • Have you tried the latest version of jQuery 1.12.0. Does the problem still persist? – Martin Beeby Jan 18 '16 at 14:07
  • 1
    What do you mean by "isn't working"? Is it returning a cached response? Is there no request at all? – Sampson Jan 19 '16 at 00:40
  • Possible duplicate of [Microsoft Edge blocked cross-domain requests sent to IPs in same private network CIDR](http://stackoverflow.com/questions/32581503/microsoft-edge-blocked-cross-domain-requests-sent-to-ips-in-same-private-network) – Paul Sweatte Aug 30 '16 at 21:05
  • Did you ever find a solution to this? Mine is not a cross site scripting issue. The site is running – Grayson Aug 24 '17 at 16:50

0 Answers0