From df12ec2617159d79d2ea959389358ef52423f9ff Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:49:55 +0200 Subject: move *.html to *.md --- files/fr/web/http/headers/allow/index.html | 66 ------------------------------ files/fr/web/http/headers/allow/index.md | 66 ++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 files/fr/web/http/headers/allow/index.html create mode 100644 files/fr/web/http/headers/allow/index.md (limited to 'files/fr/web/http/headers/allow') diff --git a/files/fr/web/http/headers/allow/index.html b/files/fr/web/http/headers/allow/index.html deleted file mode 100644 index e8605d2bfa..0000000000 --- a/files/fr/web/http/headers/allow/index.html +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: Allow -slug: Web/HTTP/Headers/Allow -tags: - - Entête HTTP - - HTTP - - Reference - - entête -translation_of: Web/HTTP/Headers/Allow ---- -
{{HTTPSidebar}}
- -

L'entête Allow liste les méthodes supportées par une ressource.

- -

Cet entête doit être envoyée si le serveur répond avec un statut {{HTTPStatus("405")}} Method Not Allowed pour indiquer quelles méthodes peuvent être utilisées pour la requête. Une entête Allow vide indique que la ressource n'autorise aucune méthode, ce qui peut erriver temporairement pour une ressource donnée, par exemple.

- - - - - - - - - - - - -
Type d'entête{{Glossary("Entity header")}}
{{Glossary("Forbidden header name")}}non
- -

Syntaxe

- -
Allow: <methodes-http>
-
- -

Directives

- -
-
<methodes-http>
-
La liste des méthodes de requête HTTP autorisées, séparées par des virgules.
-
- -

Exemples

- -
Allow: GET, POST, HEAD
- -

Spécifications

- - - - - - - - - - - - -
SpécificationTitre
{{RFC("7231", "Allow", "7.4.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
- -

Voir aussi

- - diff --git a/files/fr/web/http/headers/allow/index.md b/files/fr/web/http/headers/allow/index.md new file mode 100644 index 0000000000..e8605d2bfa --- /dev/null +++ b/files/fr/web/http/headers/allow/index.md @@ -0,0 +1,66 @@ +--- +title: Allow +slug: Web/HTTP/Headers/Allow +tags: + - Entête HTTP + - HTTP + - Reference + - entête +translation_of: Web/HTTP/Headers/Allow +--- +
{{HTTPSidebar}}
+ +

L'entête Allow liste les méthodes supportées par une ressource.

+ +

Cet entête doit être envoyée si le serveur répond avec un statut {{HTTPStatus("405")}} Method Not Allowed pour indiquer quelles méthodes peuvent être utilisées pour la requête. Une entête Allow vide indique que la ressource n'autorise aucune méthode, ce qui peut erriver temporairement pour une ressource donnée, par exemple.

+ + + + + + + + + + + + +
Type d'entête{{Glossary("Entity header")}}
{{Glossary("Forbidden header name")}}non
+ +

Syntaxe

+ +
Allow: <methodes-http>
+
+ +

Directives

+ +
+
<methodes-http>
+
La liste des méthodes de requête HTTP autorisées, séparées par des virgules.
+
+ +

Exemples

+ +
Allow: GET, POST, HEAD
+ +

Spécifications

+ + + + + + + + + + + + +
SpécificationTitre
{{RFC("7231", "Allow", "7.4.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf