|
Subject:
|
Returning from HTTP to HTTPS
|
|
Posted By:
|
techy
|
Post Date:
|
9/25/2006 3:42:37 PM
|
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.
|
|
Reply By:
|
dparsons
|
Reply Date:
|
9/26/2006 9:48:21 AM
|
This information should answer your question:
http://www.google.com/search?hl=en&q=asp+-+HTTPS+response.redirect
--Stole this from a moderator
I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you.
|
|
Reply By:
|
techy
|
Reply Date:
|
9/27/2006 12:12:16 PM
|
What I saw from the links provided by you holds good if you are in the same domain or site.But in my case we are hitting a link which is not on the same server.
Therefore the HTTP_Referrer is empty.
Please HELP!!!
|