FiddlerCore allows you to integrate HTTP/HTTPS traffic viewing and modification capabilities into your .NET application, without any of the Fiddler UI
I'm trying to scrape a website that first asks for a certificate. After you are authenticated it then will ask …
certificate x509certificate fiddler fiddlercoreI'm developing a program in c# that will allow me to capture the requests made by the WebBrowser1. My problem …
c# get browser fiddler fiddlercoreI wrote a little program for capture https traffic. I want to capture DECODED get and post data using that …
c# windows-applications fiddlercoreI am trying to monitor traffic using FiddlerCore and WebBrowser Controller, I have below code to capture web requests in …
c# fiddler fiddlercore