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