The request carries an Authorization header.
The private path has an Authorization header
The request line asks for the toy private path.
GET /private
The scheme is Basic
The Authorization header starts with the Basic scheme.
scheme=Basic
The Host row names api.example
The header belongs to this toy API request.
Host=api.example
Summary
The Authorization header carries a scheme and a token.
auth header checked