Communication Issues
Sboxr captures all the DOM Communication performed by an application. It monitors the following communication channels:
Ajax calls, this includes XMLHttpRequest and fetch API use
Cross-windows messages sent via postMessage API
WebSocket communication
The following options exist for viewing these communication information:
Last updated