28 May
2003
28 May
'03
4:51 a.m.
On Wed, May 28, 2003 at 06:22:16AM +0200, Heiko Wundram wrote:
I've come to the point where I need to query the IP an XMLRPC request came from. In UDP, you get it served when the call to datagramReceived comes through, but I've not seen any attribute of the XMLRPC class, or of the underlying Resource class which states anything about how to get this attribute. Is it possible? And if, how?
Request objects have a .getClientIP method. -Andrew.