Using Ajax in HTTPS
Posted: Wed Oct 10, 2007 10:50 am
Hello,
I'm using Adobe's Spry's loadURL to send and recieve a response from a PHP script. using a "relative" url path.
when the page is loaded in https Spry gives me a (the spry content is actually being "included" into the page loaded via https)
if the page was loaded via https why does Spry loadURL from http when the url path is set to relative?
the php script simply "prints $response;" if ajax request were in https is it safe to assume that the print response would be https as well?
I'm using Adobe's Spry's loadURL to send and recieve a response from a PHP script. using a "relative" url path.
when the page is loaded in https Spry gives me a (the spry content is actually being "included" into the page loaded via https)
Error: uncaught exception: Security Error: Content at https:// may not load data from http://
if the page was loaded via https why does Spry loadURL from http when the url path is set to relative?
the php script simply "prints $response;" if ajax request were in https is it safe to assume that the print response would be https as well?