79270891

Date: 2024-12-11 07:59:08
Score: 0.5
Natty:
Report link

Certain characters in URL need to be percent-encoded, in JMeter there is __urlencode() function which can do percent-encoding for you.

Also given you're capable of running your request in Postman you should be able to record it using JMeter's HTTP(S) Test Script Recorder

  1. Configure Postman to use JMeter as the proxy

    enter image description here

  2. Import JMeter's certificate into Postman

    enter image description here

  3. Run your request in Postman -> JMeter will capture the request and generate appropriate HTTP Request sampler configuration

More information: How to Convert Your Postman API Tests to JMeter for Scaling

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Ivan G