414
⚠️ Client Error RFC 9110, Section 15.5.15
URI Too Long
The URI requested by the client is longer than the server is willing to interpret.
Common Use
Usually occurs from GET requests with excessively long query strings (e.g., too many parameters or large base64 data in URL).
API Endpoint
https://codes.uncodigo.com/http/414 Example with curl
curl -i https://codes.uncodigo.com/http/414 Try It
GET /http/414 Click "Send Request" to see the response...