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/412/index.html | 52 ++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 files/pt-br/web/http/status/412/index.html (limited to 'files/pt-br/web/http/status/412/index.html') diff --git a/files/pt-br/web/http/status/412/index.html b/files/pt-br/web/http/status/412/index.html new file mode 100644 index 0000000000..b9cbeba34e --- /dev/null +++ b/files/pt-br/web/http/status/412/index.html @@ -0,0 +1,52 @@ +--- +title: 412 Precondition Failed +slug: Web/HTTP/Status/412 +tags: + - Código de status + - Erro + - Error + - HTTP + - Reference + - Referencia + - Status code +translation_of: Web/HTTP/Status/412 +--- +
{{HTTPSidebar}}
+ +

O código de resposta de erro de cliente HTTP 412 Precondition Failed indica que o acesso ao recurso especificado foi negado. Isso acontece com requisições condicionais em métodos que não {{HTTPMethod("GET")}} ou {{HTTPMethod("HEAD")}} quando a condição definida pelo cabeçalho {{HTTPHeader("If-Unmodified-Since")}} ou {{HTTPHeader("If-None-Match")}} não é satisfeita. Nesse caso, a requisição, geralmente um upload ou modificação de um recurso, não pode ser feita e o código de error de resposta é enviado de volta.

+ +

Status

+ +
412 Precondition Failed
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7232", "412 Precondition Failed" , "4.2")}}Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests
+ +

Compatibilidade de navegador

+ +

A informação abaixo foi retirada do GitHub da MDN (https://github.com/mdn/browser-compat-data).

+ + + +

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

+ +

Veja também

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