407 Proxy Authentication Required

407 需要代理验证

HTTP 407 Proxy Authentication Required 客户端错误状态响应代码指示该请求尚未应用,因为它缺少浏览器和可访问所请求资源的服务器之间的代理服务器的有效认证凭证。

此状态与包含有关如何正确授权信息的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"

规范

规范标题
RFC 7235,第3.2节:需要407代理身份验证HTTP / 1.1:认证

浏览器兼容性

FeatureChromeFirefoxEdgeInternet ExplorerOperaSafari
Basic Support(Yes)(Yes)(Yes)(Yes)(Yes)(Yes)

FeatureAndroidChrome for AndroidEdge mobileFirefox for AndroidIE mobileOpera AndroidiOS Safari
Basic Support(Yes)(Yes)(Yes)(Yes)(Yes)(Yes)(Yes)

也可以看看

  • HTTP 认证

  • WWW-Authenticate

  • Authorization

  • Proxy-Authorization

  • Proxy-Authenticate

  • 401, 403