rob
rob

Reputation: 8410

How to make certain hosts bypass Fiddler?

I have the Fiddler filters setup to "hide" the host "roaming.officeapps.live.com" and it does not show while I am debugging.

But the Fiddler proxy is still causing security issues (incorrect ssl certificate) to office, message relates to that host.

How can get a specific host to bypass Fiddler?

Or is the nature of a proxy based system that all requests go through it regardless?

Upvotes: 2

Views: 3457

Answers (1)

EricLaw
EricLaw

Reputation: 57085

Tools > Fiddler Options > Connections > Bypass Fiddler for hosts that start with or use the HTTPS tab to Skip decryption for.

Upvotes: 8

Related Questions