Looking at the source code, it seems that LWP::Curl doesn't pass through all options to Net::Curl::Easy but only the ones it knows about.
You should be able to set the additional options by using:
$lwpcurl->{agent}->setopt( CURLOPT_USERPWD, "$user:$password" );
In reply to Re: LWP::Curl and CURLOPT_USERPWD
by Corion
in thread LWP::Curl and CURLOPT_USERPWD
by wanderedinn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |