
Hi All,
I had a request where it will upload a email (.msg).
When I execute it from Composer, it is properly uploading the email as expected. But, when we do the same from Inspectors, it is uploading the Email but with no data in it. Could you please help us what could be the reason.

My use case is a User will send me a SAZ file and I will load the archive into fiddler to analyse it.
I would like to process each session as it is being imported so I can do some logic and color the sessions that are interesting to me. From doco I can only see ISessionImporter which doesn't seem to be used for SAZ files. Is it possible to implement what i described and what class i would need to extend?

https://www.telerik.com/fiddler/add-ons
It sasy for "neXpert Performance Report Generator":
"iOS devices and Android devices may not work with the default HTTPS interception certificates used by Fiddler. To resolve this incompatibility, you may install a Certificate Generating plugin that generates interception certificates compatible with those platforms."
While it says that on the "CertMaker for iOS and Android" too, which looks appropriate.

recommend a fiddler extension FreeHttp.
the FreeHttp extension make it easier to tamper HTTP.
it can change or replace the request and response with simple rules.
It has more features than the AutoResponder, and more convenient than FiddlerScript .
github : https://github.com/lulianqi/FreeHttp/
doc : https://www.cnblogs.com/lulianqi/p/10428551.html
Hi guys, i trying to connect fiddler and proxifier, in proxifier i add address 127.0.0.1 https on port 8888, but it not work good
have a look
Hi,
currently when capturing on a PC with fiddler it will capture all traffic. A filter helps with seeing the relevant data. Is there a way to completly drop the data I am not interested in, currently running out of memory.
Thanks