Class BasicAuthentication (2.6.0)

BasicAuthentication(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication <https://tools.ietf.org/html/rfc7617>__ is supported in Uptime checks.

Attributes

NameDescription
username str
The username to use when authenticating with the HTTP server.
password str
The password to use when authenticating with the HTTP server.