top | item 18075738

(no title)

aneesv | 7 years ago

Just saw the edit, Exactly to your point

discuss

order

danpalmer|7 years ago

So what's the advantage of Intercept, what can it do that tools like Charles can't? Honest question, I expect it can be smarter being at that level, but less generic and unable to intercept apps that haven't been modified as a consequence.

saleeh|7 years ago

Charles proxy works only for local development as proxy for all your network.

intercept.rest monitor only request sent by your client to your server and it is easier to setup (just change the API endpoint), works both locally and in staging/production etc.

Some use cases are :-

- When you give an app to the client for testing and you wanted to monitor the API calls and its responses for debugging purposes.

- It can also be used to debug webhooks,

- You can also choose to share all the data with your team members without additional setup.