Back to all status codes
414
URI Too Long
The URI provided was too long for the server to process.
Common Causes
- •Query string too long
- •GET request with too much data
- •URL encoding issues
Fix Solutions
Use POST instead
Move query parameters to POST request body.
Shorten URL
Reduce the number or size of query parameters.