Back to HTTP Check Tool
4xx · Client Error

422Unprocessable Entity

服务器理解内容类型,但无法处理请求内容。

What is HTTP 422?

422 Unprocessable Entity 表示服务器理解请求实体的内容类型和语法,但无法处理其中的指令。常用于 REST API 的输入验证错误。

Example

POST /api/users with {age: -5} → 422 Unprocessable Entity

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 表单验证失败
  • 无效的数据格式
  • 业务逻辑验证错误

Quick Facts

Code422
Category4xx
TypeClient Error

Related 4xx Codes