The challenge names Basic auth.
The scheme is Basic
The challenge row says the server is asking for Basic auth.
scheme=Basic
This points to the next request
A later request can answer with the Basic Authorization header from the previous book.
Basic challenge→Basic Authorization
The scheme check passes
The check rows keep the requested scheme tied to the response bytes.
challenge scheme checked
Summary
The challenge names Basic before any Authorization header is sent.
Basic named