Basic Authentication
A username and password will be included in the Authorization header of all requests.
For example,
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Settings
Username:
The username to Base64 encode in the authorization header.
Password:
The password to Base64 encode in the authorization header.