---
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>