fiddlercore Questions

2

Solved

I am developing an application in which I am monitoring the Internet traffic (using Fiddler Core) and if the the application finds the the URL not trust worthy then it do not let the user vis...
Latta asked 23/6, 2015 at 6:54

0

When I try to run FiddleApplication.Startup(startupConfig) FiddlerCoreStartupSettings startupSettings = newFiddlerCoreStartupSettingsBuilder() .ListenOnPort(0) .RegisterAsSystemProxy() .Decrypt...
Electrometer asked 10/9, 2019 at 11:39

1

I would like to load the Root CA generated by Fiddler in FiddleCore to be use to sign HTTPS certificates on the fly. My reason for doing this is to be able to switch between Fiddler and FiddlerCore...
Hedley asked 5/9, 2018 at 21:11

1

I have set-up my Fiddler Proxy like in the gist here. Code: public class ProxyConfig { private readonly string _secureEndpointHostname = IPAddress.Any.ToString(); private readonly int _secureE...
Dori asked 14/2, 2018 at 16:56

2

Solved

I'm using FiddlerCore to capture HTTP requests. Everything is working including SSL Captures as long as the Fiddler certificate is manually installed. I've been using manual installation through Fi...
Vesicant asked 26/7, 2014 at 8:42

1

Solved

I'm getting an odd response from a site that I was looking to parse with FiddlerCore. In chrome developer tools if I inspect the response it looks completely normal, in fiddler it doesn't. Code sni...
Amongst asked 28/10, 2016 at 10:40

0

I'm trying to write a proxy server that just pass what I read from remote to client. It should be something like FiddlerCore. I follow this study but confused with the server ip and server port ht...
Lumpish asked 27/4, 2016 at 9:0

2

Solved

I'd like to be able to redirect http requests from fiddler code through upstream proxys, which I want to be able to specify at runtime. I've looked through FiddlerApplication functions, and I don'...
Ginzburg asked 11/1, 2013 at 18:18

1

Solved

I have put together a bare-bones test case which literally does nothing but FiddlerApplication.Startup(8877, true, true); and even with this after clearing the personal store of FiddlerRoot.cer, i'...
Perinephrium asked 20/6, 2014 at 15:44

2

Solved

I'm trying to implement a in-system SSL server using FiddlerCore: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace fid...
Leialeibman asked 5/1, 2013 at 21:38

1

Solved

I wrote a little program for capture https traffic. I want to capture DECODED get and post data using that software. As you know, the Fiddler application can do that like a charm and now i am looki...
Pancreatin asked 7/8, 2013 at 9:10
1

© 2022 - 2024 — McMap. All rights reserved.