aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/status/508/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:49:55 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:56 +0200
commitdf12ec2617159d79d2ea959389358ef52423f9ff (patch)
treefaa945937b4c014911119535ac35d7df48cb83a6 /files/fr/web/http/status/508/index.html
parent258ba7b4be62d8640477a3bd3146d08b00cb70ec (diff)
downloadtranslated-content-df12ec2617159d79d2ea959389358ef52423f9ff.tar.gz
translated-content-df12ec2617159d79d2ea959389358ef52423f9ff.tar.bz2
translated-content-df12ec2617159d79d2ea959389358ef52423f9ff.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/http/status/508/index.html')
-rw-r--r--files/fr/web/http/status/508/index.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/files/fr/web/http/status/508/index.html b/files/fr/web/http/status/508/index.html
deleted file mode 100644
index 181ba09d36..0000000000
--- a/files/fr/web/http/status/508/index.html
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: 508 Loop Detected
-slug: Web/HTTP/Status/508
-tags:
- - '508'
- - Code de statut
- - Erreur serveur
- - HTTP
-translation_of: Web/HTTP/Status/508
----
-<div>{{HTTPSidebar}}</div>
-
-<p>Le code de réponse HTTP <code><strong>508 Loop Detected</strong></code> peut être donné dans le contexte du protocol <code><strong>Web Distributed Authoring and Versioning</strong></code> (WebDAV).</p>
-
-<p>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.</p>
-
-<h2 id="Statut">Statut</h2>
-
-<pre class="syntaxbox">508 Loop Detected</pre>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Titre</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{RFC("5842", "508 Loop Detected" , "7.2")}}</td>
- <td>Web Distributed Authoring and Versioning</td>
- </tr>
- </tbody>
-</table>