aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/425/index.html
blob: fab56d149d87057a2c36896a23c38cfe76362bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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="Browser_compatibility">Compatibilidade com navegadores</h2>

<p>{{Compat("http.status.425")}}</p>