The 414 URI Too Large error generally occurs when the total length of the request URL surpasses the limit supported by the underlying infrastructure (such as gateways, proxies, or servers), rather than being due to a specific restriction imposed by the Reltio API.
Key Points:
- Reltio does not impose a fixed, documented URL length limit.
- In practical terms, most environments (including browsers, proxies, and API gateways) begin to experience issues when URLs exceed approximately:
- ~8 KB (8192 characters) — which is the commonly observed practical limit.
Comments
Please sign in to leave a comment.