#6354 closed bug (invalid)
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: | [email protected]… |
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...
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