AutoRepeater icon indicating copy to clipboard operation
AutoRepeater copied to clipboard

Autorepeater not working for json body parameters replacement

Open 99smith opened this issue 2 years ago • 1 comments

Hi @justinmoore

I have a situation where I need to use - match parameter name and replace its value .

For example I have GET request like this: GET https://exmple.com?dateStart=xyzee

Now when I use - match parameter name and replace its value and set parameter name as dateStart and value as superman

Autorepeater just works perfectly fine : https://exmple.com?dateStart=superman

Now the problem is

I have a post request in which there is json body like this

{"userId":"US-DG46","dateStart":"2022-03-20","dateEnd":"2022-04-20"}

Now for the same above condition autorepeater doenot replace value of dateStart in json body parameter.

How can I achive this . Please help !

Thank you

99smith avatar May 01 '22 09:05 99smith

I'm experiencing the exact same problem.

ppphimera avatar Jun 06 '23 14:06 ppphimera