blob: 0a089f9728762538c9869dc17b1bf4dad1a023b0 (
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
47
48
49
|
---
title: 418 I'm a teapot
slug: Web/HTTP/Status/418
tags:
- HTTP
- HTTP Status Code
- Reference
translation_of: Web/HTTP/Status/418
---
<div>{{HTTPSidebar}}</div>
<p>HTTP の <strong><code>418 I'm a teapot</code></strong> クライアントエラーレスポンスコードは、サーバーが、自身がティーポットであることを理由としてコーヒーを入れることを拒否することを示します。コーヒーとティーの複合ポットで、一時的にコーヒーが提供できない場合は、代わりに 503 を返してください。このエラーは、1998年のエイプリルフールのジョークである Hyper Text Coffee Pot Control Protocol に由来します。</p>
<p>一部のウェブサイトでは、自動化されたクエリなど、処理したくないリクエストに対してこのレスポンスを使用しています。</p>
<h2 id="Status" name="Status">ステータス</h2>
<pre class="syntaxbox notranslate">418 I'm a teapot</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("2324", "418 I'm a teapot" , "2.3.2")}}</td>
<td>Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0): Semantics and Content</td>
</tr>
<tr>
<td>{{RFC("7168", "418 I'm a teapot" , "2.3.3")}}</td>
<td>The Hyper Text Coffee Pot Control Protocol for Tea Efflux Appliances (HTCPCP-TEA): Response Codes</td>
</tr>
</tbody>
</table>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<p>{{Compat("http.status.418")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{interwiki("wikipedia", "Hyper Text Coffee Pot Control Protocol", "Wikipedia: Hyper Text Coffee Pot Control Protocol")}}</li>
</ul>
|