blob: 0a8d06958ac992c017a54f7584768d46ca9d35d8 (
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
|
---
title: 418 I'm a teapot
slug: Web/HTTP/Status/418
tags:
- HTTP
- HTTP 상태 코드
- Reference
translation_of: Web/HTTP/Status/418
---
<div>{{HTTPSidebar}}</div>
<p>HTTP <strong><code>418 I'm a teapot</code></strong> 클라이언트 오류 응답 코드는 서버가 찻주전자이기 때문에 커피 내리기를 거절했다는 것을 의미합니다. 이 오류는 1998년 만우절 농담이었던 하이퍼 텍스트 커피 포트 제어 규약(Hyper Text Coffee Pot Control Protocol)의 레퍼런스입니다.</p>
<h2 id="상태">상태</h2>
<pre class="syntaxbox">418 I'm a teapot</pre>
<h2 id="명세">명세</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Title</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>
</tbody>
</table>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
<p>{{Compat("http.status.418")}}</p>
<h2 id="같이_보기">같이 보기</h2>
<ul>
<li>위키피디아 <a href="https://en.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol">Hyper Text Coffee Pot Control Protocol</a></li>
</ul>
|