Hi,
I need a traffic to be intercepted with FiddlerCore and then passed to Fiddler (like in a chain, no matter which is first, FiddlerCore or fiddler)
What shoul i set in FiddlerCoreStartupFlags or anywhere else to have it working?
Thanks you


In "OnBeforeRequest()" event, I want to download a URL and then return it as "oSession.LoadResponseFromStream()".
I want to redirect to or something like that. What is the Fiddlerscript function to download URL in code and return it as body"?

You can test it here yourself: https://www.ssllabs.com/ssltest/viewMyClient.html
Just enable fiddler and allow the certificates...

You can test it here yourself: https://www.ssllabs.com/ssltest/viewMyClient.html
Just enable fiddler and allow the certificates... see the image below for details.
This makes automatically ignoring cert errors highly dangerous.
https://www.forbes.com/sites/daveywinder/2020/01/17/windows-10-security-alert-as-alarming-curveball-threat-just-got-very-real-indeed/#64b3292230d8
Please add an automatically revoke bad certs when errors pop up, its really annoying having to knock them out one by one, should be an automated process with such a streamlined program designed for maximum efficiency and productivity.


Hi,
I have Fiddler Everywhere installed on a MBP running Mojave 10.14.6. I'm trying to use it to debug traffic from an iPhone. Decrypt HTTPS is enabled and the Fiddler root cert is installed in the keychain and test device. Fiddler is also configured to accept remote connections. However when I attempt to connect to any sites the connection fails. However I do see the inbound connection attempts from the test device within the logging. Any ideas?
thanks

Where is the time spent? If waiting for server to respond, I would not expect the ClientDoneResponse to be close to overall time? Can you help interpret this and determine where that time is spect?
== TIMING INFO ============
ClientConnected:18:39:20.550
ClientBeginRequest:18:45:58.582
GotRequestHeaders:18:45:58.582
ClientDoneRequest:18:45:58.582
Determine Gateway:0ms
DNS Lookup: 0ms
TCP/IP Connect:0ms
HTTPS Handshake:0ms
ServerConnected:18:45:56.064
FiddlerBeginRequest:18:45:58.582
ServerGotRequest:18:45:58.582
ServerBeginResponse:18:46:32.664
GotResponseHeaders:18:46:32.664
ServerDoneResponse:18:46:32.664
ClientBeginResponse:18:46:32.664
ClientDoneResponse:18:46:32.664
Overall Elapsed:0:00:34.082
