Forum Discussion

eric_the_tester's avatar
eric_the_tester
Occasional Contributor
3 years ago

Route request but return mocked response

I have a request that needs to be routed to the actual live api because the api invokes some backend logic needed to continue a workflow.   However, I would still like to return a mocked response. ...