Skip to main content
apiguide.dev

HTTP 414 — URI Too Long

The URI requested by the client is longer than the server is willing to interpret.

Status CodeHTTP 414
CategoryClient Error (4xx)
API Error Subtypes0 error schemas
HTTP Headers0 headers

What does HTTP status code 414 mean?

The 414 URI Too Long status code indicates that the URL requested is longer than the server’s maximum path limit.

When to use it in APIs

Usually indicates a client error trying to pass extremely large data parameters via URL query parameters in a GET request rather than sending them in a POST body.

How it compares to other codes

  • 400 Bad Request: A general parsing failure, whereas 414 is specific to URL path/query lengths.

Specific API Error Types for 414

No specific Problem+JSON schemas have been defined for HTTP 414 on apiguide.dev yet.

Associated HTTP Headers

No specific HTTP headers are explicitly linked to HTTP 414 in our directory yet.

Related HTTP Status Codes