요약
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