4xx · Client Error
400Bad Request
服务器无法理解请求,因为语法无效。
What is HTTP 400?
400 Bad Request 表示服务器无法理解请求,因为语法错误。客户端不应在没有修改的情况下重复请求。常见原因包括无效的 JSON、缺少必需参数等。
Example
POST /api/users with malformed JSON → 400 Bad RequestCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →