Groups | Blog | Home
all groups > dotnet security > august 2005 >

dotnet security : how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sit


Daniel
8/8/2005 12:15:50 PM
how to detect who redirects traffic to a aspx page? is this info passed
along in request object or can sites anonymously redirect traffic to other
sites?

tim.aranki NO[at]SPAM gmail.com
8/9/2005 3:16:15 PM
You might check out the following ServerVariables (look at the
Request.ServerVariables collection):
HTTP_REFERRER
REMOTE_ADDR
REMOTE_HOST

HTH,
/tim
Dominick Baier [DevelopMentor]
8/9/2005 4:03:04 PM
Hello tim.aranki@gmail.com,

but be aware that these values can be easily modified/spoofed. So don't base
any security decisions on them.

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

[quoted text, click to view]


AddThis Social Bookmark Button