Re: Access IP address in POE::Component::Client::HTTP

2010-01-31 Thread Rocco Caputo
I've just released POE::Component::Client::HTTP 0.894 to PAUSE. It adds an X-PCCH-Peer header to all responses. The header contains the socket's remote address and port, separated by a dot. 127.0.0.1.309 represents port 309 on localhost. X-PCCH-Peer will contain the proxy's address.port

Access IP address in POE::Component::Client::HTTP

2010-01-27 Thread Doreen Grey
Hello all, I've built a web client application with POE::Component::Client::HTTP. I followed the examples in the cookbook (http://poe.perl.org/?POE_Cookbook/Web_Client) and everything works fine. In my 'got_response' function I need to process the IP address of the host this response came