Top "Fiddlercore" questions

FiddlerCore allows you to integrate HTTP/HTTPS traffic viewing and modification capabilities into your .NET application, without any of the Fiddler UI

Fiddler: Respond to Requests Requiring a Client Certificate

I'm trying to scrape a website that first asks for a certificate. After you are authenticated it then will ask …

certificate x509certificate fiddler fiddlercore
How To Capture Data with FiddlerCore?

I'm developing a program in c# that will allow me to capture the requests made by the WebBrowser1. My problem …

c# get browser fiddler fiddlercore
How does FiddlerCore decrypt HTTPS traffic

I wrote a little program for capture https traffic. I want to capture DECODED get and post data using that …

c# windows-applications fiddlercore
Capture all requests with FiddlerCore

I am trying to monitor traffic using FiddlerCore and WebBrowser Controller, I have below code to capture web requests in …

c# fiddler fiddlercore