using FiddlerCore as view-only
I'm using fiddlerCore in order to capture the network activity.
I downloaded the "fiddlercore demo 1" from the fiddler wiki page (http://fiddler.wikidot.com/fiddlercore-demo) and I removed the Fiddler.CONFIG.IgnoreServerCertErrors = false; line.
When I execute this CosnoleWindow application and I'm connecting to https sites I get "The site's security certificate is not trusted!". In the application I get the following error:
**LogString: fiddler.network.streaming> Streaming of response #72 to client failed: An established connection was aborted by the software in your host machine.".
It happens only when the application is running.
I want only to view the network data and not to affect it. How can I use the fiddlerCore for thi开发者_JAVA百科s purpose ?
Thanks, Tal Yaari
In order to use Fiddler to connect to to sites using HTTPS you will actually need to perform a "man-in-the-middle" attack on yourself. In other words you need to set up Fiddler to appear to be a server with a valid certificate. This is documented here http://fiddler.wikidot.com/fiddlercore-faq
精彩评论