Created attachment 34523 [details] Json Request and Response Json Body request is being sent in 'Name' field rather than in 'Value' field. I am sending following Json POST request in Bodydata. {"pay_method":{"type":"AchPayMethod","ach_account_type":"Checking","ach_routing_num":"074000010","ach_account_num":"5555555555","ach_account_num_confirmation":"5555555555"}} But all this text is being sent in 'Parameter Name' field. I was expecting it to go into Value field. Please see attached screenshot.
The request is correctly sent. It's just the HTTP Tab that put the Body in parameter name. So it's just a display issue.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4192