View Single Post
Old 08-28-2012, 09:50 PM   PM User | #2
milesdriven
Regular Coder

 
Join Date: Dec 2011
Posts: 186
Thanks: 0
Thanked 1 Time in 1 Post
milesdriven is an unknown quantity at this point
Hello,

I'm going to take a guess and say the relative url assumes http. When you used the full url, you not only changed the protocol from http to https, you also pointed your script to an entirely different url.

https://mydomain....... is an entirely different url than http://mydomain...

Yes, you have to point your script to the entirely different url. I don't know if there is another way to do this using only the relative url. Something has to let your script know you want https.

Last edited by milesdriven; 08-28-2012 at 09:55 PM..
milesdriven is offline   Reply With Quote