Autorepeater not working for json body parameters replacement · Issue #81 · nccgroup/AutoRepeater · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: