|
 |
asp_web_howto thread: IP address
Message #1 by Roger Balliger <Roger@i...> on Mon, 26 Mar 2001 16:32:00 -0800
|
|
This has been asked before:
How can I get the IP address of the browser/client.
request.serverVariables("???")
Hopefully it is not the same as REMOTE_ADDR.
Thanks.
Roger Balliger
Web Developer | ext. 3417
Message #2 by "Craig Flannigan" <ckf@k...> on Tue, 27 Mar 2001 08:25:51 +0100
|
|
If you don't wish to use a component for IP addresses, then
it is
Request.ServerVariables("REMOTE_ADDR")
as you've mentioned.
Why is this a problem?
-----Original Message-----
From: Roger Balliger [mailto:Roger@i...]
Sent: 27 March 2001 01:32 AM
To: ASP Web HowTo
Subject: [asp_web_howto] IP address
This has been asked before:
How can I get the IP address of the browser/client.
request.serverVariables("???")
Hopefully it is not the same as REMOTE_ADDR.
Thanks.
Roger Balliger
Web Developer | ext. 3417
Message #3 by Roger Balliger <Roger@i...> on Tue, 27 Mar 2001 09:01:19 -0800
|
|
No it is not a problem to use it. It is just that I have a supposed surfing
protection proxy that *prevents* the IP address from being sent in the HTTP
header. On whatismyipaddress.com it works, but on whatismyip.com, it
doesn't. So I am thinking there is more than one way (other than
REMOTE_ADDR) to send/retrieve the IP address of a browser; possibly via
JavaScript.
-----Original Message-----
From: Craig Flannigan [mailto:ckf@k...]
Sent: Monday, March 26, 2001 11:26 PM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: IP address
If you don't wish to use a component for IP addresses, then
it is
Request.ServerVariables("REMOTE_ADDR")
as you've mentioned.
Why is this a problem?
-----Original Message-----
From: Roger Balliger [mailto:Roger@i...]
Sent: 27 March 2001 01:32 AM
To: ASP Web HowTo
Subject: [asp_web_howto] IP address
This has been asked before:
How can I get the IP address of the browser/client.
request.serverVariables("???")
Hopefully it is not the same as REMOTE_ADDR.
Thanks.
Roger Balliger
Web Developer | ext. 3417
|
|
 |