"Lad" <[EMAIL PROTECTED]> wrote:
>
>Normaly I can log user's IP address using os.environ["REMOTE_ADDR"] .
>If a user  is behind a proxy, I will log  proxy's IP address only.
>Is there a way how to find a real IP user's address?

Not reliably, but why would you want to?  That IP address is not reachable
from your server anyway.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to