> In order for the NTLM authentication to work, the connection to the > upstream proxy must be kept alive during steps 2-5. This means that > elegant solutions like PoCo::Client::HTTP are out of the question > since they explicitly terminate the connection after each request.
Forgive me, but... it seems to me that adding KeepAlives to Client::HTTP shouldn't be impossible to engineer. That way you have the larger body of completed work to draw on, but can cause the solution to be implemented in the most "logical" place. My $.02 L8r, Rob #!/usr/bin/perl -w use Disclaimer qw/:standard/;
