414
HTTP

414 URI Too Long

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

Cuándo verás este código

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

Cómo solucionarlo

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

Guías

Glosario