diff options
author | Carolyn Wu <87150472+cw118@users.noreply.github.com> | 2022-01-29 06:09:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 12:09:19 +0100 |
commit | c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (patch) | |
tree | 7e212a93c70ddd33544a95e545d20340050dfc74 /files/fr/web/http/status/413 | |
parent | 11a9397cc1d22829f798c28c7cf58b1969ddca41 (diff) | |
download | translated-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/413')
-rw-r--r-- | files/fr/web/http/status/413/index.md | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/files/fr/web/http/status/413/index.md b/files/fr/web/http/status/413/index.md index 00dda747c0..dace9420cc 100644 --- a/files/fr/web/http/status/413/index.md +++ b/files/fr/web/http/status/413/index.md @@ -1,28 +1,25 @@ --- title: 413 Payload Too Large slug: Web/HTTP/Status/413 -tags: - - Code de statut - - Erreur client - - HTTP - - Reference translation_of: Web/HTTP/Status/413 --- {{HTTPSidebar}} -Le code de statut de réponse **`413 Payload Too Large`** indique que la taille de l'entité fournie par la requête est supérieure aux limites définies par le serveur. Le serveur peut alors choisir de fermer la connexion ou de renvoyer un en-tête {{HTTPHeader("Retry-After")}}. +Le code de statut de réponse **`413 Payload Too Large`** indique que la taille de l'entité fournie par la requête est supérieure aux limites définies par le serveur. Le serveur peut alors choisir de fermer la connexion ou de renvoyer un en-tête [`Retry-After`](/fr/docs/Web/HTTP/Headers/Retry-After). ## Statut - 413 Payload Too Large +``` +413 Payload Too Large +``` ## Spécifications | Spécification | Titre | | -------------------------------------------------------------------- | ------------------------------------------------------------- | -| {{RFC("7231", "413 Payload Too Large" , "6.5.11")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content | +| [RFC 7231, section 6.5.11: 413 Payload Too Large](https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.11) | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content | ## Voir aussi -- {{HTTPHeader("Connection")}} -- {{HTTPHeader("Retry-After")}} +- [`Connection`](/fr/docs/Web/HTTP/Headers/Connection) +- [`Retry-After`](/fr/docs/Web/HTTP/Headers/Retry-After) |