Reputation: 8410
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
Reputation: 57085
Tools
> Fiddler Options
> Connections
> Bypass Fiddler for hosts that start with
or use the HTTPS
tab to Skip decryption for
.
Upvotes: 8