diff options
Diffstat (limited to 'files/pt-br/web/http/status/425/index.html')
-rw-r--r-- | files/pt-br/web/http/status/425/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/425/index.html b/files/pt-br/web/http/status/425/index.html new file mode 100644 index 0000000000..001e7e825a --- /dev/null +++ b/files/pt-br/web/http/status/425/index.html @@ -0,0 +1,35 @@ +--- +title: 425 Too Early +slug: Web/HTTP/Status/425 +translation_of: Web/HTTP/Status/425 +--- +<div>{{SeeCompatTable}}{{HTTPSidebar}}</div> + +<p>O status HTTP <code><strong>425 Too Early</strong></code> indica que o servidor não quer correr o risco de processar uma requisição que pode ser repetida, o que cria um potencial risco para ataques de repetição.</p> + +<h2 id="Status">Status</h2> + +<pre class="syntaxbox">425 Too Early</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("8470", "425: Early Data", "5.2")}}</td> + <td>Using Early Data in HTTP</td> + </tr> + </tbody> +</table> + +<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> + +<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> + +<p>{{Compat("http.status.425")}}</p> |