414 URI Too Long
Explanation:
The 414 URI Too Long status code indicates that the server is refusing to service the request because the request-target is longer than the server is willing to interpret.
Usage:
This status code should be used when the server is refusing to service the request because the request-target is longer than the server is willing to interpret.
Attentions:
- The server should include information about the maximum URI length in the response message if possible.
- The response should not include a message body.
Sample:
undefined