Deploying web app on HTTPS automatically makes my AJAX calls HTTPS too? -
my application deployed on https (currently in development , running on http).
will deploying web app on https automatically make ajax calls https well? using relative urls in ajax calls, thinking when absolute url constructed, https appended automatically.
please let me know. response
if using relative urls, yes.
however, important test before running live, browsers(at least ie6) display alarming warning if try load resources images using non-https connection.
Comments
Post a Comment