obtain client ip address from SimpleXMLRPCServer ?

Peter Gsellmann peter-gsellmann at eunet.at
Tue Jan 24 18:19:00 EST 2006


stuff at mailzilla.net wrote:

> Is it possible to obtain the client's ip address from a
> SimpleXMLRPCServer instance or subclass instance?  When running
> SimpleXMLRPCServer with logRequests = 1, the xmlrpc server prints out
> the fqdn on the console, however, I'm not sure if this information
> (either fqdn or ip address) is available to the SimpleXMLRPCServer
> instance.  Can somebody shed some light on how to obtain this
> information?
> 
The request-handler has the method: address_string()

Peter



More information about the Python-list mailing list