On Friday 19 November 2004 7:18 pm, Chris Devers wrote:
> On Fri, 19 Nov 2004 [EMAIL PROTECTED] wrote:
> > I wanted to get the IP address and the OS of the system when some
> > one checks in the page...How will I get the IP address and OS of
> > the person who visits the page(with PERL CGI)
>
> As
On Fri, 19 Nov 2004, Bob Showalter wrote:
> 1. The client IP address, which you can get by calling getpeername()
> on STDIN (or from REMOTE_ADDR environment variable). If the client is
> behind a proxy, you'd need to depend on the proxy adding something to
> the request headers.
Moreover, near
[EMAIL PROTECTED] wrote:
> Hi
>
> I wanted to get the IP address and the OS of the system when some one
> checks in the page...How will I get the IP address and OS of the
> person who visits the page(with PERL CGI)
Short answer:
$ENV{REMOTE_ADDR} contains the client IP address
$ENV{HTTP_US
On Fri, 19 Nov 2004 [EMAIL PROTECTED] wrote:
> I wanted to get the IP address and the OS of the system when some one
> checks in the page...How will I get the IP address and OS of the
> person who visits the page(with PERL CGI)
As I was saying the last time you asked a version of this question
On Fri, 19 Nov 2004 23:47:01 +0530 (IST), [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi
>
> I wanted to get the IP address and the OS of the system when some one
> checks in the page...How will I get the IP address and OS of the person
> who visits the page(with PERL CGI)
Clients can lie to y
Hi
I wanted to get the IP address and the OS of the system when some one
checks in the page...How will I get the IP address and OS of the person
who visits the page(with PERL CGI)
Thanks
Anish
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]