Hi monks,
Does anyone have a working example of the LWP::UserAgent attribute of $ua->credentials($realm,$uname,$passwd) ?
I tried with:
$ua->credentials($url, $username, $password);
but am still getting the error 407 proxy authentication required.
Many thanks in advance!