INTERCEPT CONFIG

Intercept

Configurations for the interceptor.

For Standard Edition, Intercept uses chrome devtool protocal to intercept http(s) requests. So no need for CA Certificate installation.

Filter

Configure the filter for deciding which requests should be intercepted and filtered.

Intercept In-Scope Only

Once set, only the requests that match the scope will be intercepted / logged to history.

You should use wildcards (* $) for comprehensive matching.

Requests to intercept

This configures which requests (depending on origin) to intercept. These include:

Document, Stylesheet, Image, Media, Font, Script, TextTrack, XHR, Fetch, Prefetch, EventSource, WebSocket, Manifest, SignedExchange, Ping, CSPViolationReport, Preflight, FedCM, Other

Match and Replace

Match and replace rules allow for the automated modification of HTTP messages as they transit through the proxy.

These rules are ideal for real-time tasks such as updating headers and rewriting body content..

Match and replace rules are only applied to items that are in scope.