Basic Authentication
When requesting a resource from a server, the server can initiate an authentication challenge by returning an HTTP 401 response code and returning with a WWW-Authenticate response header. In response to the authenticate challenge, the browser pops up a dialog box for entering a user name and password. The user name and password are joined with a colon (:) and then sent to the server using Base-64 encoding.
Related: