diff options
Diffstat (limited to 'files/fr/web/http/status/425/index.md')
-rw-r--r-- | files/fr/web/http/status/425/index.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/files/fr/web/http/status/425/index.md b/files/fr/web/http/status/425/index.md new file mode 100644 index 0000000000..303ff44663 --- /dev/null +++ b/files/fr/web/http/status/425/index.md @@ -0,0 +1,37 @@ +--- +title: 425 Too Early +slug: Web/HTTP/Status/425 +tags: + - Code de statut + - Erreur client + - HTTP +translation_of: Web/HTTP/Status/425 +--- +<p>{{SeeCompatTable}}{{HTTPSidebar}}</p> + +<p>Le code de réponse d’erreur HyperText Transfer Protocol (HTTP) <code><strong>425 Too Early</strong></code> signifie que le serveur refuse la requête qui a été récemment répétée par exemple de peur d’une attaque DDoS </p> + +<h2 id="Status">Status</h2> + +<pre class="syntaxbox">425 Too Early</pre> + +<h2 id="Specifications">Specifications</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Title</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">Browser compatibility</h2> + +<p>{{Compat("http.status.425")}}</p> |