I am firing a simple HTTP Request for PUT method in JMeter with JSON body:
Though the request successfully gets executed, JSON request body is not appearing in the Listener
PUT data:
<actual file content, not shown here>
This issue is happening in Jmeter version 3. It is totally fine in Jmeter version 2.13 where complete JSON body appears in the Request tab.
Any suggestion to solve this issue?