Network Traffic Monitor
With Appetize, you can capture, inspect and troubleshoot all network traffic occurring during your app session for real-time or later analysis.
Capture Network Traffic
With Query Parameter
&proxy=interceptWith JavaScript SDK
await client.config({
proxy: "intercept",
...
})Inspecting Network Traffic
With App Page


With JavaScript SDK
Last updated