I am looking for a function that can "use the ssl/https connection" that the site is already using and can send secure requests. The examples on net show a function that detects if it is IE (5 or 6) then use Microsoft.XMLHT TP and "new XMLHttpRequest( );" for all other browsers. Please share one approach that works - my application runs in IE and FireFox. I am not using HTTPS on my development environment but want to make sure that it works when we buy a certificate.
AJAX and SSL/HTTPS
Collapse
X
-
Tags: None
-
Originally posted by acoderIs the Ajax code to be on a secure page and is it going to make a request to script on the same domain and also ssl-enabled?Comment
-
sure, so we are making an assumption that IE6 + Microsoft.XMLHT TP + SSL should normally work - let us see after I get the certificate. Thanks.Comment
Comment