概要
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