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,414 URI Too Long
Specification | Title |
---|---|
RFC 7231, section 6.5.12: 414 URI Too Long | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/414