Look up a Rails HTTP Status Code
414 - Request Uri Too Long
Rails HTTP Status code
:request_uri_too_long
When to use status code 414
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.