URI Too Long
The HTTP 414 URI Too Long response status code indicates
that the URI requested by the client is longer than the server is willing to interpret.
There are a few rare conditions when this might occur:
POST request to a GET request with long query information,Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/414