Basic authentication
Use basic HTTP user/password authentication for the HTTP requests.
Adds basic HTTP authentication to a connection, so every request carries a username and password. Use this for services that ask you to “log in with a username and password” over HTTP. Once set up, the credentials are attached to each request automatically; you never send them by hand.