Name
credentials
Synopsis
$ua->credentials(netloc,realm,uname,pass)
Uses the given username and password for
authentication at the given network location and realm. This
method sets the parameters for either the WWW-Authenticate or
Proxy-Authenticate headers in a request. The get_basic_credentials method is called
by request to retrieve the
username and passwords, if they exist. The arguments are:
netlocThe network location (usually a URL string) to which the username and password apply.
realmThe name of the server-defined range of URLs that this data applies to.
unameThe username for authentication.
passThe password for authentication. By default, the password will be transmitted with MIME base-64 encoding.