414

HTTP 414 URI Too Long

4xx Client Error

  1. Home
  2. > HTTP Status Codes >
  3. > 4xx >
  4. 414
4xx Client Error RFC 7231, Section 6.5.12

What is HTTP 414 URI Too Long?

The 414 (URI Too Long) status code indicates that the target URI is longer than the server is willing to interpret. This is often caused by excessive query string parameters or deeply nested URL paths. Most servers have a configurable URI length limit.

Common Use Cases

  • Excessive query string parameters
  • Long URL-encoded data in GET requests
  • Infinite redirect loops causing URL growth
Help2Code Logo
Menu