|
|
|
|
|
by danpalmer
2822 days 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. |
|
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.