blob: 0daa15e15f746d7b6c9f5fef956a0fa23bfc6ab5 (
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
41
|
---
title: 203 Non-Authoritative Information
slug: Web/HTTP/Status/203
tags:
- Code de statut
- HTTP
- Reference
translation_of: Web/HTTP/Status/203
---
<div>{{HTTPSidebar}}</div>
<p>Le code de statut de réponse HTTP <strong><code>203 Non-Authoritative Information</code></strong> indique que la requête a réussi mais que le contenu a été modifié entre la réponse {{HTTPStatus("200")}} (<code>OK</code>) du serveur original par un {{Glossary("Proxy server", "proxy")}} transformant.</p>
<p>La réponse 203 est similaire au code d'en-tête <a href="/fr/docs/Web/HTTP/Headers/Warning#Warning_codes"><code>214</code> (Transformation Applied)</a> {{HTTPHeader("Warning")}}, qui a l'avantage d'être applicable à tout code de statut.</p>
<h2 id="Statut">Statut</h2>
<pre class="syntaxbox">203 Non-Authoritative Information</pre>
<h2 id="Spécifications">Spécifications</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Spécification</th>
<th scope="col">Titre</th>
</tr>
<tr>
<td>{{RFC("7231", "203 Non-Authoritative Information" , "6.3.4")}}</td>
<td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
</tr>
</tbody>
</table>
<h2 id="Voir_aussi">Voir aussi</h2>
<ul>
<li>{{HTTPStatus("200")}}</li>
<li>{{Glossary("Proxy server")}}</li>
<li>{{HTTPHeader("Warning")}}</li>
</ul>
|