aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/402/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/402/index.html')
-rw-r--r--files/pt-br/web/http/status/402/index.html54
1 files changed, 54 insertions, 0 deletions
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
+---
+<div>{{HTTPSidebar}}{{SeeCompatTable}}</div>
+
+<p>O código de status HTTP <strong><code>402 Payment Required</code></strong> é um termo despadronizado para respostas de Status, podendo-se ter usos futuros.</p>
+
+<p>À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.</p>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox notranslate">402 Payment Required</pre>
+
+<h2 id="Exemplos_de_resposta">Exemplos de resposta</h2>
+
+<pre class="brush: bash notranslate">HTTP/1.1 402 Payment Required
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+</pre>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Título</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{RFC("7231", "402 Payment Required" , "6.5.2")}}</td>
+ <td>HTTP/1.1: Semântica e contexto</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2>
+
+<div class="hidden">The compatibility table in this page is generated from structured data. Se você deseja contribuir com nossa Data; por favor, cheque: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos mande um <em>pull request</em>.</div>
+
+<p>{{Compat("http.status.402")}}</p>
+
+<h2 id="Veja_também">Veja também</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/HTTP/Authentication">HTTP autenticação</a></li>
+</ul>