Returning from HTTP to HTTPS
Hi,
We have a https:// page where in we have a link which takes the user to a HTTP page.Now we are required to come back to the HTTPS page using the Request.Servervariables("HTTP_Referer").
The page just keeps trying to go back as the HTTP_Referer is not set when we come from the HTTPS page.I mean freezes there but never goes back to the HTTP page.
But when the same thing happens from HTTP to HTTP..it works .I have read articles but want a complete picture....
Please reply ASAP as we are stuck with this.
Thanks in advance.
|