• 状态
  • 响应示例
  • 规范
  • 浏览器兼容性
    • Legend
  • 相关内容
  • 文档标签和贡献者

    状态码 407 Proxy Authentication Required 代表客户端错误,指的是由于缺乏位于浏览器与可以访问所请求资源的服务器之间的代理服务器(proxy server )要求的身份验证凭证,发送的请求尚未得到满足。

    这个状态码会与 Proxy-Authenticate 首部一起发送,其中包含有如何进行验证的信息。

    状态

    1. 407 Proxy Authentication Required

    响应示例

    1. HTTP/1.1 407 Proxy Authentication Required
    2. Date: Wed, 21 Oct 2015 07:28:00 GMT
    3. Proxy-Authenticate: Basic realm="Access to internal site"

    规范

    SpecificationTitle
    RFC 7235, section 3.2: 407 Proxy Authentication RequiredHTTP/1.1: Authentication

    浏览器兼容性

    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.

    Update compatibility data on GitHub

    DesktopMobile
    ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidEdge MobileFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
    407ChromeFull support YesEdgeFull support YesFirefoxFull support YesIEFull support YesOperaFull support YesSafariFull support YesWebView AndroidFull support YesChrome AndroidFull support YesEdge MobileFull support YesFirefox AndroidFull support YesOpera AndroidFull support YesSafari iOSFull support YesSamsung Internet AndroidFull support Yes

    Legend

    • Full support
    • Full support

    相关内容

    • HTTP authentication
    • WWW-Authenticate
    • Authorization
    • Proxy-Authorization
    • Proxy-Authenticate
    • 401, 403

    文档标签和贡献者

    标签:

    • 代理服务器
    • 响应状态码
    • 客户端错误
    • 状态码
    • 身份验证
    • 验证凭证

    此页面的贡献者:mdnwebdocs-bot, WayneCui

    最后编辑者:mdnwebdocs-bot,