aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/status/415
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/415
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/415')
-rw-r--r--files/fr/web/http/status/415/index.md21
1 files changed, 9 insertions, 12 deletions
diff --git a/files/fr/web/http/status/415/index.md b/files/fr/web/http/status/415/index.md
index cb83793226..3439a492f7 100644
--- a/files/fr/web/http/status/415/index.md
+++ b/files/fr/web/http/status/415/index.md
@@ -1,31 +1,28 @@
---
title: 415 Unsupported Media Type
slug: Web/HTTP/Status/415
-tags:
- - Code de statut
- - Erreur client
- - HTTP
- - Reference
translation_of: Web/HTTP/Status/415
---
{{HTTPSidebar}}
-Le code de réponse d'erreur HTTP **`415 Unsupported Media Type`** indique que le serveur refuse la requête car le format de la charge utile (_payload_) n'est pas pris en charge.
+Le code de réponse d'erreur HTTP **`415 Unsupported Media Type`** indique que le serveur refuse la requête, car le format de la charge utile (<i lang="en">payload</i>) n'est pas pris en charge.
-Le problème de format peut être causé par les valeurs des en-têtes {{HTTPHeader("Content-Type")}} ou {{HTTPHeader("Content-Encoding")}} dans la requête ou, plus directement, à cause de l'inspection des données.
+Le problème de format peut être causé par les valeurs des en-têtes [`Content-Type`](/fr/docs/Web/HTTP/Headers/Content-Type) ou [`Content-Encoding`](/fr/docs/Web/HTTP/Headers/Content-Encoding) dans la requête ou, plus directement, à cause de l'inspection des données.
## Statut
- 415 Unsupported Media Type
+```
+415 Unsupported Media Type
+```
## Spécifications
| Spécification | Titre |
| ---------------------------------------------------------------------------- | ------------------------------------------------------------- |
-| {{RFC("7231", "415 Unsupported Media Type" , "6.5.13")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
+| [RFC 7231, section 6.5.13: 415 Unsupported Media Type](https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.13) | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
## Voir aussi
-- {{HTTPHeader("Content-Type")}}
-- {{HTTPHeader("Content-Encoding")}}
-- {{HTTPHeader("Accept")}}
+- [`Content-Type`](/fr/docs/Web/HTTP/Headers/Content-Type)
+- [`Content-Encoding`](/fr/docs/Web/HTTP/Headers/Content-Encoding)
+- [`Accept`](/fr/docs/Web/HTTP/Headers/Accept)