Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Rewrite Request Body

jefftuckerbofa
jefftuckerbofa Posts: 229

What's the best way to intercept a request and change a value in the body ? For example, the JSON payload of my request is

{
"id": "abc"
}

and I want to modify it as such:

{
"id": "xyz"
}

and then continue processing the request.

Comments