aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/status/422/index.html
blob: 5aabeae4e4c8d314ac375060f2f0d5e5f5610192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: 422 Unprocessable Entity
slug: Web/HTTP/Status/422
tags:
  - Code HTTP
  - Code de statut
  - Code de statut HTTP
  - Erreur
  - HTTP
  - Reference
translation_of: Web/HTTP/Status/422
---
<p>{{HTTPSidebar}}</p>

<p>Le code de statut de réponse HTTP <code><strong>422 Unprocessable Entity</strong></code> indique que le serveur a compris le type de contenu de la requête et que la syntaxe de la requête est correcte mais que le serveur n'a pas été en mesure de réaliser les instructions demandées.</p>

<div class="warning">
<p><strong>Important </strong>: Le client ne doit pas renvoyer cette requête sans modification.</p>
</div>

<h2 id="Statut">Statut</h2>

<pre class="syntaxbox">422 Unprocessable Entity</pre>

<h2 id="Spécifications">Spécifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spécification</th>
   <th scope="col">Titre (en Anglais)</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{RFC("4918", "422 Unprocessable Entity" , "11.2")}}</td>
   <td>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</td>
  </tr>
 </tbody>
</table>