How to send the Http Content-Length header in Apache JMeterHttp Request?
I'm using Apache JMeter to send a get request to a configured endpoint, as shown in the following diagram.
There, I'm using the parameters tab to set the request parameters, However, JMeter doesn't send the content-length header to the server.
I checked this by printing the request in the server. Following is the server received request.
GET /io?Message=Nelika HTTP/1.1
Connection: close
Host: localhost:4333
User-Agent: Apache-HttpClient/4.5.5 (Java/1.8.0_212)
How can I configure JMeter to send the content-length?