Answer:
With basic authentication, the following things occur:
A client requests access to a protected resource.
The Web server returns a dialog box that requests the user name and password.
The client submits the user name and password to the server.
The server validates the credentials and, if successful, returns the requested resource.