Skip to main content

Bug Tracker

Side navigation

#6354 closed bug (invalid)

Opened March 25, 2010 01:38PM UTC

Closed March 26, 2010 03:05AM UTC

Last modified March 15, 2012 01:16PM UTC

http to https transition by ajax

Reported by: krishanu Owned by:
Priority: Milestone: 1.4.3
Component: ajax Version: 1.3.2
Keywords: http to https transition Cc: krishanu.maity@tcs.com
Blocked by: Blocking:
Description

I have entered into a page using http://myIpAddress:9081/AjaxApplication/home.do?method=getHome.

In this page i have a dropdown & on change of dropdown value i am firing an ajax call.

$.ajax({

url:"http://myIpAddress:9081/AjaxApplication/home.do",

data: {"method" : "getMakeList", "year" : year},

dataType: "json",

type: "POST",

async: false,

success:function(json){

populateMakeDropdown(json.makeDropdown);

}

});

This is working fine....But when i changed "http" to "https", it is not making the call...

Though it is working fine in IE6 but not in Mozila3.5...

There were some solution which i found at internet that making data as blank{}, but it is also not working...

Please help with some fruitful solutiuon....

Thanks in advance...

Attachments (0)
Change History (1)

Changed March 26, 2010 03:05AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

Please ask for help on the forum, and only open a ticket if there is a clear bug to be reported.

http://forum.jquery.com