WWW-Authenticate
Sent with a 401 to say which auth scheme is expected. What makes the browser's Basic-auth prompt appear.
response header
Example
WWW-Authenticate: Bearer realm="api"
- What it does
- Sent with a 401 to say which auth scheme is expected. What makes the browser's Basic-auth prompt appear.
Works with