问题 I want to perform load testing post method using jmeter on application server. I performed load testing many times get request using jmeter on application server. I don't know how to how to handle post method in jmeter for load testing?. POST HTTP REQUEST: Content-Type for POST is "application/x-www-form-urlencoded" REQUEST : http://localhost:8080/configserver/execute?command=Login POST Parameter: data={ "email": "user@domain.com", "password": "12345" } Output: { "status_code": "0", "status