IP address of client in Python SimpleXMLRPCServer ?

Posted by Joseph Turian on Stack Overflow See other posts from Stack Overflow or by Joseph Turian
Published on 2010-01-24T23:27:18Z Indexed on 2010/06/08 18:22 UTC
Read the original article Hit count: 283

I have a SimpleXMLRPCServer server (Python).

How can I get the IP address of the client in the request handler?

This information appears in the log. However, I am not sure how to access this information from within the request handler.

© Stack Overflow or respective owner

Related posts about python

Related posts about ip-address