blob: 2e922f4d3b6eac3378f07e9f84431a85e2007bff (
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
|
---
title: 413 Payload Too Large
slug: Web/HTTP/Status/413
translation_of: Web/HTTP/Status/413
---
<div>{{HTTPSidebar}}</div>
<div>HTTP 413 Payload Too Large 응답 상태 코드는 요청 엔터티가 서버에 의해 정의된 제한보다 크다는 것을 나타낸다. 서버가 연결을 닫거나 헤더 필드({{HTTPHeader("Retry-After")}})를 반환할 수 있다.</div>
<h2 id="상태">상태</h2>
<pre class="syntaxbox">413 Payload Too Large</pre>
<h2 id="정의">정의</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">정의</th>
<th scope="col">제목</th>
</tr>
<tr>
<td>{{RFC("7231", "413 Payload Too Large" , "6.5.11")}}</td>
<td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
</tr>
</tbody>
</table>
<h2 id="참조">참조</h2>
<ul>
<li>{{HTTPHeader("Connection")}}</li>
<li>{{HTTPHeader("Retry-After")}}</li>
</ul>
|