I am trying to constuct a single API request using HTTP Request Sampler in JMeter, where the API payload has more than 5000 lines in it. After checking the request payload & headers, I tried to hit in JMeter, but it fails to respond back and thrown "SocketException: Connection reset" error.
Gone through this blog https://www.xtivia.com/blog/fixing-jmeter-socket-errors/ & tried to change the implementation to HTTPClient4 in the sampler after made the requested settings as mentioned here - I m getting java.net.SocketException: Connection reset exception while running a load test using Jmeter. But nothing helps with these options.
Same request (without any change) is working fine in Postman and gives expected response. Please help to resolve this issue.
Thanks in advance.