Reputation: 18097
I need these abilities.
I wish postman could do it.
I have not been able to find chrome extension that does this. Most allow to modify header not body of request and none allow to mock response data.
I am open to terminal tools or stand alone tools.
Also assume i dont have control over backend at all or at the moment.
This can be called stubbing api response as well.
Upvotes: 1
Views: 1462
Reputation: 950
I think Charles Proxy is what you're looking for. It lets you perform response rewrites on the fly, in addition to a whole bunch of other really useful things.
it's a paid application, but does have a free trial period.
Upvotes: 1