Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using Request.UrlReferrer for getting the previous link. But it is not working for the HTTPS site. I can't user QueryString, is there any work around for this?
Posted

1 solution

this Link[^] talks about it. Apparently, you cannot work-around this it seems. Its just the way http and https protocols work. Also, this Link[^] reaffirms the protocols. What you can try doing then is make an https version of your site otherwise just live with it:)
 
Share this answer
 
Comments
Roshin Narikkot 24-Sep-12 10:09am    
@What you can try doing then is make an https version of your site -

My site is an HTTPS site and Patent site is also an HTTPS. Then also it is not working.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900