This post originated from an RSS feed registered with Java Buzz
by Chris Winters.
Original Post: Perl proxy server on Win32
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
Just a note: inspired by the HTTP::Recorder article and and my work on a web testing framework I was recently hunting around for a pure-Perl proxy server that runs on Win32. The problem is that the solution mentioned in the article, HTTP::Proxy, is based on POE::Component::Proxy::TCP. Following the docs I setup a server really quickly and it worked perfectly. Sweet! Adding some code to generate the scenario descriptors was quick work after that.
It's not a general-purpose proxy server by any means (more of a tunnel), but it's useful to know.