I have a script based on LWP::Parallel::UserAgent that I'm converting from
LWP::UserAgent. Everything works fine except authentication.
With the old script, I can authenticate at the UA level (but it sends two
requests for every object), or at the HTTP::Request level (as
recommended).
With the Parallel agent, neither of these work. With HTTP::Request, the
Authorization header is never sent, and it fails on the first request.
At the UA level, it fails the first request, and reissues with the
Authorization header. It gets back a 200 response (as seen with
LWP::Debug), but the response object seems to be that of the first call,
not the second. is_success is false, and status_line is "401
Unauthorized".
Any ideas?
======================================================================
Brian 'Doc' O'Neill Collective Work: [EMAIL PROTECTED]
Boston Office technologies Home: [EMAIL PROTECTED]
A Pencom Company