obtain client ip address from SimpleXMLRPCServer ?

stuff at mailzilla.net stuff at mailzilla.net
Mon Jan 23 17:59:47 EST 2006


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?

Thanks,

Phil




More information about the Python-list mailing list