©
This document usesPHP Chinese website manualRelease
HTTPWWW-Authenticate
响应标头定义了应该用来访问资源的认证方法。
所述WWW-Authenticate
报头与一个一起发送401
Unauthorized
响应。
Header type |
Response header |
---|---|
Forbidden header name |
no |
WWW-Authenticate:realm=
通常,服务器响应包含一个如下所示的WWW-Authenticate
标头:
WWW-Authenticate: Basic WWW-Authenticate: Basic realm="Access to the staging site"
有关如何配置 Apache 或 nginx 服务器以使用 HTTP 基本身份验证为您的站点密码保护的示例,另请参阅 HTTP 身份验证。
Specification |
Title |
---|---|
RFC 7235, section 4.1: WWW-Authenticate |
HTTP/1.1: Authentication |
RFC 7617 |
The 'Basic' HTTP Authentication Scheme |