--- title: Proxy-Authenticate slug: Web/HTTP/Headers/Proxy-Authenticate tags: - 代理 - 响应首部 - 首部 translation_of: Web/HTTP/Headers/Proxy-Authenticate ---
The HTTP Proxy-Authenticate
是一个响应首部,指定了获取 {{Glossary("proxy server")}} (代理服务器)上的资源访问权限而采用的身份验证方式。代理服务器对请求进行验证,以便它进一步传递请求。
Proxy-Authenticate
首部需要与 {{HTTPStatus("407")}} Proxy Authentication Required 响应一起发送。
Header type | {{Glossary("Response header")}} |
---|---|
{{Glossary("Forbidden header name")}} | no |
Proxy-Authenticate: <type> realm=<realm>
Proxy-Authenticate: Basic Proxy-Authenticate: Basic realm="Access to the internal site"
Specification | Title |
---|---|
{{RFC("7235", "Proxy-Authenticate", "4.3")}} | HTTP/1.1: Authentication |
{{RFC("7617")}} | The 'Basic' HTTP Authentication Scheme |