Skip to main content

Bug Tracker

Side navigation

#12016 closed bug (invalid)

Opened July 05, 2012 11:25AM UTC

Closed July 12, 2012 01:58AM UTC

Ajax Cross Domain Request doesnt't work correctly in Internet Exploler

Reported by: benkogabor@msn.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

I used a type of code, which sending a cross domain request to other site, which allowed access-control-domain, and send back a search form wiht some input and radio button select elements.

I developing these projects in ASP.NET MVC 3 platfrom.

the code lik this:

$.ajax({

url: "************",

dataType: "POST",

crossDomain: true,

success: function (data) {

$("#searchform").html(data);

},

error: function (jqXHR, textStatus, errorThrown) {

// TODO: handle the error

}

});

this request fluently works in Jquery 1.4 version in all type of browsers (FireFox, Chrome, IE9). But the older JQuery versions doesn't work absolute.

If I delete the "dataType:'POST'" property, it will works in newer version JQuery 1.7, but in Internet Exploler 9 still has problem and send me "NO TRANSPORT" errothrown.

When i change Jquery version back to 1.4, it will works my request fluently in IE9 to. So the solution this problem change back to the 1.4 (i tested it in 1.5 to, but only works in 1.4), but i wold like to use the oldest version but i can't cause this problem.

I would be very greatfull if you have some help or idea for me in benkogabor@msn.com mail address, but i will avaible in 16th July in 2012.

Sincerelly yours,

Gábor Benkő

Attachments (0)
Change History (1)

Changed July 12, 2012 01:58AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This problem would be best triaged on a forum until a bug is proven. Thanks!