407 Proxy Authentication Required

优质
小牛编辑
132浏览
2023-12-01

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:认证

浏览器兼容性

Feature

Chrome

Firefox

Edge

Internet Explorer

Opera

Safari

Basic Support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

Feature

Android

Chrome for Android

Edge mobile

Firefox for Android

IE mobile

Opera Android

iOS Safari

Basic Support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

也可以看看

  • HTTP 认证
  • WWW-Authenticate
  • Authorization
  • Proxy-Authorization
  • Proxy-Authenticate
  • 401, 403