400
Bad Request
Client Error
Description
The server cannot process the request due to client error
Common Usage
Used for malformed requests, invalid JSON, missing required fields
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 400 Bad RequestcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 400 Bad RequestClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category