lookup> 414

414 ·URI Too Long

The request URI is longer than the server can interpret.

Client ErrorRFC7231#6.5.12
Status414
PhraseURI Too Long
TypeClient Error
SpecificationRFC7231#6.5.12

What does HTTP 414 mean?

The request URI is longer than the server can interpret.

It belongs to the 4xx Client Error class of responses, defined in RFC7231#6.5.12.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 414

Shorten the URL and move long parameters into the request body.

  • The request or resource does not meet requirements
  • Client-side validation or routing problem

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Shorten the URL and move long parameters into the request body.

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 414 cacheable?

414 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: The request URI is longer than the server can interpret.

4xx responses

Related status codes