Hello,
I'm trying to use HTTPS but using a third party template with absolute paths. Obviously the images are resulting in a "non-secure items" warning.
I'd like to use PHP to see if I can call a remote image during HTTPS like:
src=https://mydomain.com/callimage.php?src=http://thirdparty.com/image.gif"
I don't really even know if that would work!?
Thanks,
Kevin