diff options
author | Carolyn Wu <87150472+cw118@users.noreply.github.com> | 2022-01-29 06:09:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 12:09:19 +0100 |
commit | c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (patch) | |
tree | 7e212a93c70ddd33544a95e545d20340050dfc74 /files/fr/web/http/status/425 | |
parent | 11a9397cc1d22829f798c28c7cf58b1969ddca41 (diff) | |
download | translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.tar.gz translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.tar.bz2 translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.zip |
Macro, Specs and Compat fixes for French HTTP pages (#3794)
* Take 1, macros and 100-408
* Take 2 and minor fixes
* Fixable flaws and small typos
* Review, minor updates/nitpicking/typofixing
Co-authored-by: julieng <julien.gattelier@gmail.com>
Diffstat (limited to 'files/fr/web/http/status/425')
-rw-r--r-- | files/fr/web/http/status/425/index.md | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/files/fr/web/http/status/425/index.md b/files/fr/web/http/status/425/index.md index 538bcd5047..97ee399604 100644 --- a/files/fr/web/http/status/425/index.md +++ b/files/fr/web/http/status/425/index.md @@ -1,26 +1,23 @@ --- title: 425 Too Early slug: Web/HTTP/Status/425 -tags: - - Code de statut - - Erreur client - - HTTP translation_of: Web/HTTP/Status/425 +browser-compat: http.status.425 --- {{SeeCompatTable}}{{HTTPSidebar}} -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 +Le code de réponse d'erreur 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 par rejeu. -## Status +## Statut - 425 Too Early +``` +425 Too Early +``` -## Specifications +## Spécifications -| Specification | Title | -| -------------------------------------------------------- | ------------------------ | -| {{RFC("8470", "425: Early Data", "5.2")}} | Using Early Data in HTTP | +{{Specifications}} -## Browser compatibility +## Compatibilité des navigateurs -{{Compat("http.status.425")}} +{{Compat}} |