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 type | Response header |
---|---|
Forbidden header name | no |
Proxy-Authenticate: <type> realm=<realm>
Proxy-Authenticate: Basic Proxy-Authenticate: Basic realm="Access to the internal site"
Specification | Title |
---|---|
RFC 7235, section 4.3: Proxy-Authenticate | HTTP/1.1: Authentication |
RFC 7617 | The 'Basic' HTTP Authentication Scheme |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Proxy-Authenticate