-
I'm having an issue with a GET request that goes via the proxy servlet as being 'too long' (http error 413). Is there any GET request size limitation at all in the Proxy servlet itself? (I've already re-configured the app server - that hosts the initiator app and also the destination app- to allow a larger request size than usual to see if this resolves the issue, but I've had no success!) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If there is such a limit, then it'd be inside Apache HttpClient, which is what this proxy is based on. Of course there might be a limit in your servlet environment too. |
Beta Was this translation helpful? Give feedback.
-
Thanks for confirming this!
…-Patricia
Patricia Goldweic
***@***.***
From: David Smiley ***@***.***>
Sent: Tuesday, December 24, 2024 10:46 AM
To: mitre/HTTP-Proxy-Servlet ***@***.***>
Cc: Patricia N Goldweic ***@***.***>; Author ***@***.***>
Subject: Re: [mitre/HTTP-Proxy-Servlet] Does this proxy servlet limit in any way the maximum size of a GET request? (Discussion #255)
If there is such a limit, then it'd be inside Apache HttpClient, which is what this proxy is based on. Of course there might be a limit in your servlet environment too.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/mitre/HTTP-Proxy-Servlet/discussions/255*discussioncomment-11659283__;Iw!!Dq0X2DkFhyF93HkjWTBQKhk!W9WIdN8Flc9BWgq2d1Rtw138t8UWaH-9fTDacEc3hW3TJWvNdY0PoiP9OFduZuScERB3rHj_b8aqCwhfariGtiqLTrrHZONI$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AABF667AYHLQJHUWGZNNG3D2HGFUJAVCNFSM6AAAAABUDU6AY2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRVHEZDQMY__;!!Dq0X2DkFhyF93HkjWTBQKhk!W9WIdN8Flc9BWgq2d1Rtw138t8UWaH-9fTDacEc3hW3TJWvNdY0PoiP9OFduZuScERB3rHj_b8aqCwhfariGtiqLTqdXl2jN$>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
If there is such a limit, then it'd be inside Apache HttpClient, which is what this proxy is based on. Of course there might be a limit in your servlet environment too.