From c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Sat, 29 Jan 2022 06:09:19 -0500 Subject: 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 --- files/fr/web/http/status/425/index.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'files/fr/web/http/status/425') 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}} -- cgit v1.2.3-54-g00ecf