aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/203/index.html
blob: 019865122287ed28593e8c281854a6a910e4d9da (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
42
43
44
45
46
---
title: 203 Non-Authoritative Information
slug: Web/HTTP/Status/203
tags:
  - HTTP
  - HTTP ステータスコード
  - Reference
  - Status code
  - ステータスコード
  - 成功レスポンス
translation_of: Web/HTTP/Status/203
---
<div>{{HTTPSidebar}}</div>

<p>HTTP の <strong><code>203 Non-Authoritative Information</code></strong> レスポンスステータスは、リクエストが成功したものの、変換{{Glossary("Proxy server", "プロキシ")}}によって元のサーバーの{{HTTPStatus("200")}} (<code>OK</code>) レスポンスからペイロードが変更されたことを表します。</p>

<p><code>203</code> レスポンスは <code><a href="/en-US/docs/Web/HTTP/Headers/Warning#Warning_codes">214</a></code> の値、すなわち <code>Transformation Applied</code>{{HTTPHeader("Warning")}} ヘッダーコードと似ていますが、こちらはどのステータスコードのレスポンスにも適用できるという利点があります。</p>

<h2 id="Status" name="Status">ステータス</h2>

<pre class="syntaxbox">203 Non-Authoritative Information</pre>

<h2 id="Specifications" name="Specifications">仕様書</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">題名</th>
  </tr>
 </thead>
 <tbody>
  <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="See_also" name="See_also">関連情報</h2>

<ul>
 <li>{{HTTPStatus("200")}}</li>
 <li>{{Glossary("Proxy server")}}</li>
 <li>{{HTTPHeader("Warning")}}</li>
</ul>