414
URI Too Long
Client Error
Description
The URI provided was too long for the server to process
Common Usage
URL exceeds server's maximum length
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 414 URI Too LongcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 414 URI Too LongClient 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