I'm using JMETER 2.4
I'm using HTTP request sampler with a Post action. In this sampler, I have a parameter. The value for this parameter that I have to sent, is more than 5375 characters.
When I run this case in JMeter, the value seems to be sent from my end, but my website does not see this value.
When I check the check the received value using Fiddler the parameter is showing Empty. After many try it seems JMeter has a limitation around 5375 characters for the parameter's value in a HTTPRequest sampler.
Do you know how to avoid this limitation?