aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/status/417/index.md
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-01-29 06:09:19 -0500
committerGitHub <noreply@github.com>2022-01-29 12:09:19 +0100
commitc2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (patch)
tree7e212a93c70ddd33544a95e545d20340050dfc74 /files/fr/web/http/status/417/index.md
parent11a9397cc1d22829f798c28c7cf58b1969ddca41 (diff)
downloadtranslated-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/417/index.md')
-rw-r--r--files/fr/web/http/status/417/index.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/files/fr/web/http/status/417/index.md b/files/fr/web/http/status/417/index.md
index 5d55e0d5f5..217e9fb800 100644
--- a/files/fr/web/http/status/417/index.md
+++ b/files/fr/web/http/status/417/index.md
@@ -1,30 +1,26 @@
---
title: 417 Expectation Failed
slug: Web/HTTP/Status/417
-tags:
- - Client error
- - Code de statut
- - HTTP
- - HTTP Status Code
- - Reference
translation_of: Web/HTTP/Status/417
---
{{HTTPSidebar}}
-Le code de réponse d'erreur HTTP **`417 Expectation Failed`** indique que les attentes indiquées par l'en-tête {{HTTPHeader ("Expect")}} n'ont pu être satisfaites.
+Le code de réponse d'erreur HTTP **`417 Expectation Failed`** indique que les attentes indiquées par l'en-tête [`Expect`](/fr/docs/Web/HTTP/Headers/Expect) n'ont pu être satisfaites.
-Voir la page sur l'en-tête {{HTTPHeader("Expect")}} pour plus de détails.
+Voir la page sur l'en-tête [`Expect`](/fr/docs/Web/HTTP/Headers/Expect) pour plus de détails.
## Statut
- 417 Expectation Failed
+```
+417 Expectation Failed
+```
## Spécifications
| Spécification | Titre |
| -------------------------------------------------------------------- | ------------------------------------------------------------- |
-| {{RFC("7231", "417 Expectation Failed" , "6.5.14")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
+| [RFC 7231, section 6.5.14: 417 Expectation Failed](https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.14) | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
## Voir aussi
-- {{HTTPHeader("Expect")}}
+- [`Expect`](/fr/docs/Web/HTTP/Headers/Expect)