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
Posts: 234 ✭
in Virtualize
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.
0
Comments
-
Figured it out! I added Output to the Incoming Request using a Messaging Client. Altered the request body and forwarded the request.
0 -
Virtualize is great!
0 -
Glad to hear you think it is great!
0