CHW-1001 AuthRequired
authentication required
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: authentication required
HTTP status:401(client)
Reason:UNAUTHORIZED
Problem. The request was rejected because no valid session or token was
presented. Cause. The Authorization header was missing, the session
cookie was empty, or the presented credential did not match any known
identity. Fix. Sign in again, refresh the token, or — for API clients
— include a non-empty Authorization: Bearer <token> header. HTTP 401.