--- title: WWW-Authenticate slug: Web/HTTP/Headers/WWW-Authenticate tags: - Cabeçalho HTTP - Cabeçalho de Resposta - HTTP - Referencia - cabeçalho translation_of: Web/HTTP/Headers/WWW-Authenticate ---
O cabeçalho da resposta HTTP WWW-Authenticate
define o método de autenticação a ser usado para obter acesso ao recurso.
O cabeçalho WWW-Authenticate
é enviado junto a resposta {{HTTPStatus("401")}} Unauthorized
.
Tipo de cabeçalho | {{Glossary("Response header")}} |
---|---|
{{Glossary("Forbidden header name")}} | não |
WWW-Authenticate: <type> realm=<realm>
Tipicamente, uma resposta do servidor contém um cabeçalho WWW-Authenticate
que se parece com isso:
WWW-Authenticate: Basic WWW-Authenticate: Basic realm="Access to the staging site", charset="UTF-8"
Veja também autenticação HTTP para exemplos em como configurar servidores Apache ou nginx para proteger seu site com senha usando autenticação básica HTTP.
Especificação | Título |
---|---|
{{RFC("7235", "WWW-Authenticate", "4.1")}} | HTTP/1.1: Authentication |
{{RFC("7617")}} | The 'Basic' HTTP Authentication Scheme |
{{Compat("http.headers.WWW-Authenticate")}}