diff options
author | julieng <julien.gattelier@gmail.com> | 2021-09-17 20:50:13 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-12 07:57:56 +0200 |
commit | 0fe03b92344c0f9b0d4ada2146d4480997ab2e25 (patch) | |
tree | b2b704c9e2987a769980ad0d619ff1bd879c7e34 /files/fr/web/http/status/425 | |
parent | df12ec2617159d79d2ea959389358ef52423f9ff (diff) | |
download | translated-content-0fe03b92344c0f9b0d4ada2146d4480997ab2e25.tar.gz translated-content-0fe03b92344c0f9b0d4ada2146d4480997ab2e25.tar.bz2 translated-content-0fe03b92344c0f9b0d4ada2146d4480997ab2e25.zip |
convert content to md
Diffstat (limited to 'files/fr/web/http/status/425')
-rw-r--r-- | files/fr/web/http/status/425/index.md | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/files/fr/web/http/status/425/index.md b/files/fr/web/http/status/425/index.md index 303ff44663..538bcd5047 100644 --- a/files/fr/web/http/status/425/index.md +++ b/files/fr/web/http/status/425/index.md @@ -7,31 +7,20 @@ tags: - HTTP translation_of: Web/HTTP/Status/425 --- -<p>{{SeeCompatTable}}{{HTTPSidebar}}</p> +{{SeeCompatTable}}{{HTTPSidebar}} -<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> +Le code de réponse d’erreur HyperText Transfer Protocol (HTTP) **`425 Too Early`** 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 -<h2 id="Status">Status</h2> +## Status -<pre class="syntaxbox">425 Too Early</pre> + 425 Too Early -<h2 id="Specifications">Specifications</h2> +## Specifications -<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> +| Specification | Title | +| -------------------------------------------------------- | ------------------------ | +| {{RFC("8470", "425: Early Data", "5.2")}} | Using Early Data in HTTP | -<h2 id="Browser_compatibility">Browser compatibility</h2> +## Browser compatibility -<p>{{Compat("http.status.425")}}</p> +{{Compat("http.status.425")}} |