414 URI Too Long (RFC 7231)
This is an educational reference page about HTTP 414 URI Too Long. The page itself is served as 200 OK so it can be indexed as HTTP documentation.
The URI provided was too long for the server to process. Often the result of too much data being encoded as a query-string of a GET request, in which case it should be converted to a POST request. Called "Request-URI Too Long" previously.