I am getting write error when sending REST request with large request body string as below from ReadyAPI tool.
The same request body was working with PostMan.
Please some one suggest how to resolve this issue.
POST /xx/xxx/push HTTP/1.1
Connection: close
Accept-Encoding: gzip,deflate
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJS
Content-Length: 57397
Host: xx.xx.xxx.xx:9000
User-Agent: Apache-HttpClient/4.5.2 (Java/12.0.1)
{
xxx
}
[write] I/O error: Software caused connection abort: socket write error
Solved! Go to Solution.
Thanks Rao.
I have shared the http error log from readyapi but actual error is record overflow. The issue was resolved after disabling TLSv1.3 as suggested in below link:
Thanks Rao.
I have shared the http error log from readyapi but actual error is record overflow. The issue was resolved after disabling TLSv1.3 as suggested in below link:
Subject | Author | Latest Post |
---|---|---|