A Alexey Smirnov Oct 8, 2007 #3 Hi All, What codes grab the IP address? Thanks, Joe Click to expand... Request.UserHostAddress Request.ServerVariables["REMOTE_ADDR"]
Hi All, What codes grab the IP address? Thanks, Joe Click to expand... Request.UserHostAddress Request.ServerVariables["REMOTE_ADDR"]
J JoeP Oct 8, 2007 #4 I have a page where the user enters details like first , last name and need to record the IP address from where the user came from.
I have a page where the user enters details like first , last name and need to record the IP address from where the user came from.
M Mark Rae [MVP] Oct 8, 2007 #5 I have a page where the user enters details like first , last name and need to record the IP address from where the user came from. Click to expand... OK. Alexey's given you the code for this. However, be aware that you cannot rely on this at all, as an IP address is extremely simple to spoof...
I have a page where the user enters details like first , last name and need to record the IP address from where the user came from. Click to expand... OK. Alexey's given you the code for this. However, be aware that you cannot rely on this at all, as an IP address is extremely simple to spoof...
M Mark Rae [MVP] Oct 9, 2007 #8 Any other ideas? Click to expand... ??? If somebody spoofs their IP address, there's nothing you can do about it...
Any other ideas? Click to expand... ??? If somebody spoofs their IP address, there's nothing you can do about it...