From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/http/status/403/index.html | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/pt-br/web/http/status/403/index.html (limited to 'files/pt-br/web/http/status/403') diff --git a/files/pt-br/web/http/status/403/index.html b/files/pt-br/web/http/status/403/index.html new file mode 100644 index 0000000000..bbaed2f7c7 --- /dev/null +++ b/files/pt-br/web/http/status/403/index.html @@ -0,0 +1,47 @@ +--- +title: 403 Forbidden +slug: Web/HTTP/Status/403 +translation_of: Web/HTTP/Status/403 +--- +
{{HTTPSidebar}}
+ +

O código de resposta de status de erro do cliente HTTP 403 Forbidden indica que o servidor entendeu o pedido, mas se recusa a autorizá-lo.

+ +

Esse status é semelhante ao 401 , mas neste caso, a re-autenticação não fará diferença. O acesso é permanentemente proibido e vinculado à lógica da aplicação (como uma senha incorreta).

+ +

Status

+ +
403 Forbidden
+ +

Exemplo de resposta

+ +
HTTP/1.1 403 Forbidden
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7231", "403 Proibido" , "6.5.3")}}HTTP/1.1: Semântica e Conteúdo
+ +

Compatibilidade do navegador

+ + + +

{{Compat("http.status.403")}}

+ +

Veja também

+ + -- cgit v1.2.3-54-g00ecf