Patricia, On 1/3/25 1:51 PM, Patricia N Goldweic wrote:
I am currently having an issue with the request size for some of my code (which has recently been migrated to use jwts for authentication, and has these (large) tokens both as an authorization header value and also as a query string parameter in the request URLs). The code depends on the mitre-proxy-servlet library, which in turn depends on httpclient (version 4.5.13 apparently). Specifically, I'm getting an (Apache) http error code 413 when my code makes a GET request to a third party site via the proxy servlet. I'd like to understand if there's any size limitation inherent to the http-client library that I should be aware of. Thanks in advance for any information you may have on this,
HTTP 413 is a server response, so it's probably the server and not the client library (http-client) that is objecting to what you are sending.
You'll need to talk to the server operator about any size-limits. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org