diff --git a/files/zh-tw/web/http/status/422/index.md b/files/zh-tw/web/http/status/422/index.md new file mode 100644 index 00000000000000..9f043793ada1d5 --- /dev/null +++ b/files/zh-tw/web/http/status/422/index.md @@ -0,0 +1,22 @@ +--- +title: 422 Unprocessable Content +slug: Web/HTTP/Status/422 +l10n: + sourceCommit: 0880a90f3811475d78bc4b2c344eb4146f25f66c +--- + +{{HTTPSidebar}} + +超文本傳輸協定(HTTP)**`422 Unprocessable Content`** 回應狀態碼表示伺服器理解請求實體的內容類型,並且請求實體的語法是正確的,但無法處理其中包含的指示。 + +> **警告:** 用戶端不應該在未修改的情況下重複此請求。 + +## 狀態 + +```http +422 Unprocessable Content +``` + +## 規範 + +{{Specifications}}