状态码 407 Proxy Authentication Required
代表客户端错误,指的是由于缺乏位于浏览器与可以访问所请求资源的服务器之间的代理服务器(proxy server )要求的身份验证凭证,发送的请求尚未得到满足。
这个状态码会与 Proxy-Authenticate
首部一起发送,其中包含有如何进行验证的信息。
状态
407 Proxy Authentication Required
响应示例
HTTP/1.1 407 Proxy Authentication Required Date: Wed, 21 Oct 2015 07:28:00 GMT Proxy-Authenticate: Basic realm="Access to internal site"
规范
Specification | Title |
---|---|
RFC 7235, section 3.2: 407 Proxy Authentication Required | HTTP/1.1: Authentication |
浏览器兼容性
BCD tables only load in the browser
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.