HTTP

414 URI Too Long

The URI provided was too long for the server to process.

When You See This Code

When query strings are extremely long or when accidentally sending a request body in the URL.

How to Fix

Shorten the URL. Move long parameters to the request body using POST instead of GET.

Specification

View RFC / Specification →