431
Request Header Fields Too Large
Client Error
Description
The server is unwilling to process the request because header fields are too large
Common Usage
Request headers exceed server limits (often due to large cookies)
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 431 Request Header Fields Too LargecURL Example
curl -I https://example.com
# Returns: HTTP/1.1 431 Request Header Fields Too LargeClient 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