Кратко
The request URI is longer than the server will interpret.
Когда возникает
Often caused by encoding too much data in a GET query string.
Частые причины
- Excessively long query string
- Data that should be in a body sent as GET params
Как устранить
- Use POST with a request body
- Shorten or paginate query parameters