Hi.
That seems to be a side effect, I'd guess incorrect Content-Length value.
Could you provide an excerpt of how are you setting up and sending your
POST request?
Best regards.
On 04/04/2022 20:35, Charles Williams wrote:
> Are there any updates on this? It would be helpful to know if this is an
> issue on ZAP's side or my networking, and I'll gladly provide more info as
> needed.
>
> On Thursday, March 31, 2022 at 11:47:54 AM UTC-4 Charles Williams wrote:
>
>> Hi ZAP Team,
>>
>> I'm running my ZAP via the Automation Framework, and I'm trying to make an
>> authenticated scan work on one of my apps running in a docker container.
>> I've gone through the Diagnosing Docker page and everything checks out, but
>> I'm running into an error during the authentication process. I'm using
>> script based authentication to reach the login page, send a POST request to
>> the app, then get redirected to the home page. However, on my POST
>> requests, I get the following error:
>>
>>
>> *java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed
>> out*