in reply to Re^3: Get Client IP Address
in thread Get Client IP Address

There's no way of knowing more than that from HTTP

As a matter of fact there is at least one: it's X-Forwarded-For header which although is not a standard header, is very popular, and there are quite a lot of proxies giving away the client's IP this way.

Dodge This!

Replies are listed 'Best First'.
Re^5: Get Client IP Address
by ikegami (Patriarch) on Feb 17, 2006 at 07:14 UTC
    Silly me, I was thinking client-side proxy.