HTTP

414 URI Too Long

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

Wenn Sie diesen Code sehen

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

Wie man es behebt

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

Spezifikation

RFC / Spezifikation anzeigen →

Anleitungen

Glossar