Chris Winters
Posts: 931
Nickname: cwinters
Registered: Jul, 2003
|
Daytime: Java hacker; nighttime: Perl hacker; sleeptime: some of both.
|
|
|
|
Perl proxy server on Win32
|
Posted: Sep 28, 2004 7:53 PM
|
|
|
This post originated from an RSS feed registered with Perl Buzz
by Chris Winters.
|
Original Post: Perl proxy server on Win32
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/raw/cwinters_perl.rdf
Feed Description: Chris Winters on Perl, programming and technology
|
Latest Perl Buzz Posts
Latest Perl Buzz Posts by Chris Winters
Latest Posts From cwinters.com
|
|
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.
Read: Perl proxy server on Win32
|
|