Skip to content
Rishap Gandhi edited this page Jun 15, 2026 · 1 revision

FAQ

Where does the "API Diff" tab appear?

In browser DevTools (F12), as a new panel tab alongside Elements, Console, Network.

Does it capture all requests?

Only JSON responses (content-type includes "json"). Non-JSON requests are ignored.

How does replay avoid CORS?

Replay happens in the background service worker, which isn't subject to CORS restrictions.

Can I use different auth tokens per environment?

Yes — each environment profile supports custom headers (Authorization, API keys, etc.).

How big can the JSON responses be?

The diff works on any size, but very large (>1MB) responses may be slow to render.

Clone this wiki locally