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/402/index.html | 54 ++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/pt-br/web/http/status/402/index.html (limited to 'files/pt-br/web/http/status/402/index.html') diff --git a/files/pt-br/web/http/status/402/index.html b/files/pt-br/web/http/status/402/index.html new file mode 100644 index 0000000000..b4464da95a --- /dev/null +++ b/files/pt-br/web/http/status/402/index.html @@ -0,0 +1,54 @@ +--- +title: 402 Payment Required +slug: Web/HTTP/Status/402 +tags: + - Código de status + - Erro do cliente + - HTTP + - Navegador +translation_of: Web/HTTP/Status/402 +--- +
{{HTTPSidebar}}{{SeeCompatTable}}
+ +

O código de status HTTP 402 Payment Required é um termo despadronizado para respostas de Status, podendo-se ter usos futuros.

+ +

Às vezes, este comando indica que o processo não pôde ser realizado em função de um pagamento não realizado. Originalmente, foi criado para validar uma micro ou grande transação e pode indicar que o método não se realiza até que o cliente efetue o pagamento. Contudo, não existem usos convecionais fixos e sua inserção varia, dependendo do contexto que é posto.

+ +

Status

+ +
402 Payment Required
+ +

Exemplos de resposta

+ +
HTTP/1.1 402 Payment Required
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+
+ +

Especificações

+ + + + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7231", "402 Payment Required" , "6.5.2")}}HTTP/1.1: Semântica e contexto
+ +

Compatibilidade de navegador

+ + + +

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

+ +

Veja também

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