Proxy-Authenticate - HTTP 编辑

The HTTP Proxy-Authenticate response header defines the authentication method that should be used to gain access to a resource behind a proxy server. It authenticates the request to the proxy server, allowing it to transmit the request further.

The Proxy-Authenticate header is sent along with a 407 Proxy Authentication Required.

Header typeResponse header
Forbidden header nameno

Syntax

Proxy-Authenticate: <type> realm=<realm>

Directives

<type>
Authentication type. A common type is "Basic". IANA maintains a list of authentication schemes.
realm=<realm>
A description of the protected area, the realm. If no realm is specified, clients often display a formatted host name instead.

Examples

Proxy-Authenticate: Basic

Proxy-Authenticate: Basic realm="Access to the internal site"

Specifications

SpecificationTitle
RFC 7235, section 4.3: Proxy-AuthenticateHTTP/1.1: Authentication
RFC 7617The 'Basic' HTTP Authentication Scheme

Browser compatibility

BCD tables only load in the browser

See also

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:141 次

字数:3281

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文