4xx · Client Error
422Unprocessable Entity
服务器理解内容类型,但无法处理请求内容。
What is HTTP 422?
422 Unprocessable Entity 表示服务器理解请求实体的内容类型和语法,但无法处理其中的指令。常用于 REST API 的输入验证错误。
Example
POST /api/users with {age: -5} → 422 Unprocessable EntityCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →