Hi all-
I'm having problems with a script designed to check all the links on
my whole web site - running on an Apache/Unix server.
To do that, I need to parse files in a password protected "realm".
In the LWP::UserAgent class, i want to use:
$ua->credentials($netloc, $realm, $user, $passwd)
It sets the username and password to be used for a realm.
What is the $netloc supposed to be (network location: the IP address
of the server ?, its name ?, the domain ? other ?)
Any help would be greatly appreciated!
Thank you,
Raphael.