JMeter: How to send parameters with PATCH method?
问题 My JMeter version is the latest version 2.13. I would like to add an HTTP request to test my API, and the method is either PATCH or PUT. In Postman, I can test the API and succeed using the PATCH method with some URL parameters. For example: URL: https://example.com/user/account URL parameters: email ----> example@example.com URL parameters: password ----> 12345678 Method: PATCH This works in Postman/Paw but in JMeter I setup an HTTP request, add the parameters, and it fails. How I can setup