代理身份验证
HTTP 的 Proxy-Authenticate
响应标头定义了用于访问代理服务器后面的资源的身份验证方法。它对代理服务器进行身份验证,允许它进一步传输请求。
Proxy-Authenticate
标头与 407
Proxy Authentication Required
一起发送。
语法
http
Proxy-Authenticate: <type> realm=<realm>
指令
- <type>
- realm=<realm>
-
受保护区域的描述,即领域。如果未指定领域,客户端通常会显示格式化的主机名。
示例
http
Proxy-Authenticate: Basic
Proxy-Authenticate: Basic realm="Access to the internal site"
规范
规范 |
---|
HTTP 语义 # field.proxy-authenticate |
浏览器兼容性
BCD 表格仅在浏览器中加载