Independent Browser Capturing Mode
This article describes how to use Fiddler's independent browser capturing mode where "browser traffic" refers to all HTTPS traffic directed to go through a sandboxed browser instance started from Fiddler Everywhere. Compared to the system capturing mode, the independent browser capturing mode has the following advantages:
No need to set/unset the operating system proxy.
No need to install and trust the Fiddler root CA.
You will capture only specific HTTPS traffic generated from the independent browser instance.
The feature is useful when capturing browser traffic, but your environment doesn't allow you to change the system proxy or install and trust root certificates. It also solves compatibility issues with VPN and third-party security tools, which modify the system proxy. Additionally, it allows you to focus your capturing on a sandboxed browser instance and prevent capturing other system traffic.
Capturing Browser Traffic
To capture browser traffic with Fiddler Everywhere:
Start Fiddler Everywhere.
Open the Home pane.
Open the Browser tutorial, and then click on Open Browser.
OR
Start Fiddler Everywhere.
Open the Traffic pane.
Click the Browser button to load a terminal instance.
As a result, Fiddler Everywhere starts an independent browser instance preconfigured to respect the Fiddler proxy and to trust its root CA. You can type an arbitrary URL, and the HTTPS traffic generated from its requests and response will immediately appear in Fiddler's Live Traffic grid.
Choosing Default Browser
The independent browser capturing mode supports Chromium-based browsers like Google Chrome, Microsoft Edge, Brave, and Vivaldi. You can set your preferred browser through Settings > Browsers > Manually choose path to browser. By default, Fiddler will try to automatically detect the path to your locally installed Google Chrome browser.
Capturing from Other Browsers
While the independent browser capturing works only with Chromium-based browsers, Fiddler can capture traffic from virtually any browser application that respects the Fiddler proxy. To capture traffic from browsers like Safari, Mozilla Firefox, or even from Chromium browsers (that are not started as independent instances from within Fiddler Everywhere) then, you can use the Fiddler's system capturing mode or the explicit capturing mode.