414
HTTP

414 URI Too Long

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

Quand vous voyez ce code

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

Comment résoudre

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

Guides

Glossaire