--- title: Proxy-Authenticate slug: Web/HTTP/Headers/Proxy-Authenticate tags: - Cabeçalho HTTP - Cabeçalho de Resposta - HTTP - Proxy - Referencia translation_of: Web/HTTP/Headers/Proxy-Authenticate ---
O cabeçalho de resposta HTTP Proxy-Authenticate
define o método de autenticação que deve ser utilizado para conseguir acesso ao recurso por trás de um {{Glossary("proxy server")}}. Ele autentica a requisição ao servidor proxy, permitindo que transmita a requisição em frente.
O cabeçalho Proxy-Authenticate
é enviado junto com um {{HTTPStatus("407")}} Proxy Authentication Required
.
Tipo de cabeçalho | {{Glossary("Response header")}} |
---|---|
{{Glossary("Forbidden header name")}} | não |
Proxy-Authenticate: <type> realm=<realm>
Proxy-Authenticate: Basic Proxy-Authenticate: Basic realm="Access to the internal site"
Especificação | Título |
---|---|
{{RFC("7235", "Proxy-Authenticate", "4.3")}} | HTTP/1.1: Authentication |
{{RFC("7617")}} | The 'Basic' HTTP Authentication Scheme |
{{Compat("http.headers.Proxy-Authenticate")}}