Forum Discussion

aasikraja's avatar
aasikraja
New Contributor
4 years ago
Solved

Write Error when sending large content length request body from ReadyAPI

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

2 Replies