blob: 95305b6aff741ab3b72389c6a082b35397cdd166 (
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
|
---
title: 422 Unprocessable Entity
slug: Web/HTTP/Status/422
tags:
- Client error
- HTTP
- HTTP Status Code
- Reference
- Status code
- WebDAV
translation_of: Web/HTTP/Status/422
---
<p>{{HTTPSidebar}}</p>
<p>이 응답은 서버가 요청을 이해하고 요청 문법도 올바르지만 요청된 지시를 따를 수 없음을 나타냅니다.</p>
<div class="warning">
<p><strong>중요</strong>: 클라이언트는 요청을 수정하지 않고 동일한 형태로 다시 보내서는 안됩니다.</p>
</div>
<h2 id="상태">상태</h2>
<pre class="syntaxbox">422 Unprocessable Entity</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("4918", "422 Unprocessable Entity" , "11.2")}}</td>
<td>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</td>
</tr>
</tbody>
</table>
|