Inspect real Fetch/XHR
View URL, method, query, payload, headers, and readable responses in the Reqix DevTools panel.
Inspect Fetch/XHR from the current page in DevTools and create rule drafts from real requests. Mock, rewrite, redirect, cancel, and delay responses in one explicit pipeline.
One complete, understandable request pipeline
Reqix follows the way integration work actually happens: preserve the real request first, then decide what should happen to it.
View URL, method, query, payload, headers, and readable responses in the Reqix DevTools panel.
Combine request rewrites with response handling as needed. Redirect and cancel are exclusive routes and cannot be layered with request or response actions.
Matched requests show the responsible rule and deterministic processing preview. Dynamic scripts and delays do not run in the preview.
Rule processing model
Enable only the stages a rule needs. Reqix explains conflicting actions before save instead of relying on hidden precedence.
Rule modelMethod · URL · Page scope
Query · Payload · Headers
Continue · Redirect · Cancel
Upstream · Mock · Headers · Delay
LOCAL-FIRST / NO TELEMETRY
Reqix has no account, cloud sync, or extension telemetry. Rules and page scripts stay in extension storage; request snapshots and hit logs older than 24 hours are removed during the next storage-maintenance run.
Read privacy and permission detailsBuilt for real development work
Use static or dynamic responses to finish UI and error states first.
Preserve a real response and replay a hard-to-reproduce edge case.
Rewrite query, headers, payload, or redirect to another service.
Run URL-scoped page scripts without changing the application repository.
Ready to inspect your first request?