Back to HTTP Check Tool
4xx · Client Error

400Bad Request

服务器无法理解请求,因为语法无效。

What is HTTP 400?

400 Bad Request 表示服务器无法理解请求,因为语法错误。客户端不应在没有修改的情况下重复请求。常见原因包括无效的 JSON、缺少必需参数等。

Example

POST /api/users with malformed JSON → 400 Bad Request

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

  • 无效的 JSON 请求体
  • 缺少必需参数
  • 查询字符串格式错误

Quick Facts

Code400
Category4xx
TypeClient Error

Related 4xx Codes