Hello.
I used Fiddler about a year ago, and manually used it to save as plain text, but i stopped (didnt need it). Now i do need it.
ive used google & every result is someone asking for an "Automatic" way to do it - But no answers. I'm after the manual way to save as plain text (HTML output) to a file.
can someone guide me. Thanks.
Hi please help with this problem, im seriosly gonna break my pc for this
Hi. I think I've worked through all the steps required to enable https decryption and added the fiddler cert to the trusted keychain store. However, the only sessions I get in the capture are the "Tunnel to <my server>".
The inspector shows messages that say the usual "This is a CONNECT tunnel"... and "Fiddler's HTTPS Decryption feature is enabled, but this specific tunnel was configured not to be decrypted. Settings can be found inside Tools > Options > HTTPS."
But I'm confused because when I go back to that dialog, I can confirm that "Capture HTTPS CONNECTS" and "Decrypt HTTPS traffic" are both checked and that "from all processes is selected". I did export the cert from here which is the one I put in the trusted store.
So it seems like its telling me that I've enabled everything but it still does not decrypt the https traffic. On the windows version I seem to remember needing to put a cert in my user directory that was named "ClientCertificate.cer" so I tried that too but no help.
Did I miss anything or is there anything I can troubleshoot?
Thanks!
Mark
For e.g. on loading https://www.google.com:
https traffic from www.gstatic.com is decrypted, but traffic from www.google.com is not..

Hello,
I am looking for performance analysis plugin. I came across fiddler tool but I need a plugin to directly use with angular application. Any suggestion?
Using windows 10 Fiddler 4. Since I've installed windows 10. Corp environment with proxy.
When using fiddler and Chrome and other browsers( Comodo) I cannot browse the web but IE works.
When I don't have fiddler running IE does not work.
Since I've installed my chat client webex teams has broken and I can connect to nothing and all my sharepoint mapped drives are broken.
If I remove fiddler that fixes nothing.
App containment has not impact on these issues.
I have fiddler set to use defualt system proxy.
.NET , FiddlerCore 4.6.2.0
FiddlerApplication.BeforeRequest += delegate(Session targetSession)
If URL is "http://xxx.yyyyyyy.com/zzz?aa=1&b=2.." targetSession.fullUrl and targetSession.PathAndQuery are correct ("http://xxx.yyyyyyy.com/zzz?aa=1&b=2..")
If URL is "https://xxx.yyyyyyy.com/zzz?aa=1&b=2.."
targetSession.fullUrl and targetSession.PathAndQuery are "http://www.yyyyyyy.com:443"
How to get zzz?aa=1&b=2.. for HTTPS?
