lightmy.day

Client error

HTTP 400: Bad Request

HTTP 400 means the server could not understand the request.

Meaning

The request is malformed or invalid before application-specific processing can continue.

Common causes

Bad JSON, invalid query parameters, malformed headers, or wrong request encoding can cause it.

What to check

Validate the request body, query string, headers, and Content-Type.

Example response

HTTP/1.1 400 Bad Request

References

Related HTTP status codes

Nearby codes often answer the next debugging question.