aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/506/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/http/status/506/index.html')
-rw-r--r--files/ja/web/http/status/506/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/files/ja/web/http/status/506/index.html b/files/ja/web/http/status/506/index.html
new file mode 100644
index 0000000000..675a5ba587
--- /dev/null
+++ b/files/ja/web/http/status/506/index.html
@@ -0,0 +1,35 @@
+---
+title: 506 Variant Also Negotiates
+slug: Web/HTTP/Status/506
+tags:
+ - HTTP
+ - Server error
+ - Status code
+translation_of: Web/HTTP/Status/506
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>The HyperText Transfer Protocol (HTTP) <code><strong>506 Variant Also Negotiates</strong></code> レスポンスステータスコードは、透過的コンテンツネゴシエーション (<strong>transparent content negotiation</strong>) のコンテキストで提供される場合があります (参照 <a href="https://tools.ietf.org/html/rfc2295">RFC 2295</a>)。このプロトコルは、サーバーが複数のバリアントに対応している場合に、クライアントが与えられたリソースの最良のバリアントを取得することを可能にします。</p>
+
+<p><code><strong>Variant Also Negotiates</strong></code> ステータスコードは、選択されたバリアント自体がコンテンツネゴシエーションに関与するように構成されているため、適切なネゴシエーションエンドポイントではない内部サーバー構成エラーを示します。</p>
+
+<h2 id="Status" name="Status">ステータス</h2>
+
+<pre class="syntaxbox notranslate">506 Variant Also Negotiates</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("2295", "506 Variant Also Negotiates" , "8.1")}}</td>
+ <td>Transparent Content Negotiation in HTTP</td>
+ </tr>
+ </tbody>
+</table>