Resumo
The request URI is longer than the server will interpret.
Quando ocorre
Often caused by encoding too much data in a GET query string.
Causas comuns
- Excessively long query string
- Data that should be in a body sent as GET params
Como resolver
- Use POST with a request body
- Shorten or paginate query parameters