in reply to Re: Replicating curl's authentication in Perl
in thread Replicating curl's authentication in Perl

That was one of my thoughts, however a data dump of the HTTP::Request object shows that the '@' has propagated through correctly:
'basic_authentication' => { 'my.host:port' => { 'SWORD' => [ 'me@here', 'myPassword' } },


-- Ian Stuart
A man depriving some poor village, somewhere, of a first-class idiot.

Replies are listed 'Best First'.
Re^3: Replicating curl's authentication in Perl
by Anonymous Monk on Oct 12, 2010 at 11:27 UTC
    What exactly does curl send? headers and 50bytes of the content should suffice (don't forget to clean the auth headers)