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/508/index.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'files/fr/web/http/status/508') diff --git a/files/fr/web/http/status/508/index.md b/files/fr/web/http/status/508/index.md index e5dec8ca7b..8c8005762e 100644 --- a/files/fr/web/http/status/508/index.md +++ b/files/fr/web/http/status/508/index.md @@ -1,25 +1,22 @@ --- title: 508 Loop Detected slug: Web/HTTP/Status/508 -tags: - - '508' - - Code de statut - - Erreur serveur - - HTTP translation_of: Web/HTTP/Status/508 --- {{HTTPSidebar}} -Le code de réponse HTTP **`508 Loop Detected`** peut être donné dans le contexte du protocol **`Web Distributed Authoring and Versioning`** (WebDAV). +Le code de réponse HTTP **`508 Loop Detected`** peut être donné dans le contexte du protocole WebDAV. -Il indique que le serveur termine une opération car il rencontre une boucle infinie pendant le traitement de la requête avec "Depth: infinity". Ce statut indique que l'entièreté de l'opération a échouée. +Il indique que le serveur termine une opération, car il rencontre une boucle infinie pendant le traitement de la requête avec « Depth: infinity ». Ce statut indique que l'entièreté de l'opération a échouée. ## Statut - 508 Loop Detected +``` +508 Loop Detected +``` ## Spécifications | Spécification | Titre | | ------------------------------------------------------------ | ---------------------------------------- | -| {{RFC("5842", "508 Loop Detected" , "7.2")}} | Web Distributed Authoring and Versioning | +| [RFC 5842, section 7.2: 508 Loop Detected](https://datatracker.ietf.org/doc/html/rfc5842#section-7.2) | Web Distributed Authoring and Versioning | -- cgit v1.2.3-54-g00ecf