Blackenizer
New Member
I need to check where did the incoming request came from before loading a pageex:\[code\]for user to view www.mysite/page1.aspxrequest should come through www.othersite/page1.aspx\[/code\]so on page1 load in mysite i need to check whether the request came from page1 in othersite.i have tried Page.Request.UrlReferrer but i saw there some posts which tells every browser might not support Page.Request.UrlReferrer.i can not pass visible parameters on URL.