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:

netloc

The network location (usually a URL string) to which the username and password apply.

realm

The name of the server-defined range of URLs that this data applies to.

uname

The username for authentication.

pass

The password for authentication. By default, the password will be transmitted with MIME base-64 encoding.

Get Perl in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.