blob: 675a5ba587568f17bba7d9556620fdca9ab2731d (
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
|
---
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>
|