08-27-04 11:16 PM
Kris wrote on 26 aug 2004 in microsoft.public.inetserver.asp.general:
> Can I
> counteract this by having the ASP form sending me also the IP address
> from the PC ?
No, because an IP address does not belong to a pc.
If you catch the IP by request.servervariables("remote_addr"):
You could get the clients isp connection IP adress, which is constant in
some cases, semiconstant in others and changing at every dial in in others
again.
Some isps have one IP addres for thousends of clients/surfers at one time.
Some/many? clients use a proxi, masking their "own" ip.
Clients on a LAN translate/mask their local ip to a common ip of the
connection, which again is subject to all the above.
On top of that all, hackers have found ways to "spoof" ips.
So yes you can "counteract", but not allways.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)
[ Post a follow-up to this message ]
|