IE 10 & 11 CORS Status 0
问题 I have an IE bug I can't seem to figure out. I am supporting IE 10 and 11 only so I thought I could get away with the following code. I have an AJAX request: $.ajax({ type: {method}, url: {url}, cache: false, crossDomain: true, data: {data to send}, success: function (data, textStatus, xhr) { ///success code }, error: function (xhr, textStatus, errorThrown) { //error code } }); This code works great in Firefox and Chrome. It doesn't work in IE 10,11. I was under the impression that CORS was