79270824

Date: 2024-12-11 07:36:00
Score: 0.5
Natty:
Report link

As Postman is preparing your request it url-encodes the query parameters but leaves brackets out if you are not using globbing. However, you do not need to turn globbing off in JMeter to have JSON in the query parameters. You can encode the brackets too like so:

You can do it by hand or find a url encoder online. If you choose the latter, do not give the encoder Postman's partially encoded request as it has already been encoded once and will try to encode the existing '%' characters.

Note: I solved the problem as I was writing it but wanted to keep the question up because I want to learn more alternatives as I am pretty new to all this. *

Note 2: 'encode' word count: 8

Reasons:
  • Whitelisted phrase (-2): I solved
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: P0sitive