[Twisted-Python] Get IP of connecting client in XMLRPC server

Itamar Shtull-Trauring itamar at itamarst.org
Fri Jun 11 10:35:37 EDT 2004


On Fri, 2004-06-11 at 09:34, Remy C. Cool wrote:

> I'm currently in the process of changing from a customized 
> SimpleXMLRPCServer to a twisted XMLRPC server solution and I need to 
> insert the client IP into the attributes passed to the called xmlrpc 
> method. Anyone who knows the answer and is willing to share the info?

The render() method of the XMLRPC class has access to the request
object, which may have request.getPeer() or request.transport.getPeer().

-- 
Itamar Shtull-Trauring    http://itamarst.org






More information about the Twisted-Python mailing list