Hi, install Fiddler classic for a assignment in my computer class, long story short i misread some sentence which led to me installing it even though i don't need to because i will be doing it at school.
details:
i added the certificate nothing else.
after i found out i don't need to do this rn, i deleted through add program.
i restarted my pc.
couple hours later i decided to download some game and my connection was slow down 14 mb compared to what i have before which can go up to to 50-100
it also affects the web download as well.
i check the internet speed test it say my connection can go up to 100 mb but that doesn't meant anything.
where my windowcofig??
Fiddler Classic has a "Hide CONNECT" feature that I find very useful for eliminating TLS negotiation clutter. In Fiddler Everywhere, I can achieve the similar effect by using a filter. However, this does not work when I also have to use OR conditions to filter out traffic from multiple hosts.
More generally, it seems that mixed-mode filter that supports both AND and OR may be required. In this specific case, the filter conditions needed would be "Method != CONNECT && (Host == localhost || Host == example.com)".
Can I at least hide CONNECTs while also filtering for multiple hosts today? I'm evaluating migration from Fiddler Classic to Fiddler Everywhere or some 3rd-party alternatives, since Fiddler Classic is lacking in support for newer protocols that some of our workloads need. I find Fiddler Everywhere to be generally great, other than a few blockers like this one.
Hello,
I am unable to log in to the software.
Checked my connectivity using "Connectivity Check (getfiddler.com)" and everything looks fine.
You have access to the required Fiddler Everywhere API endpoints.
Logs attached
Hey there!
I just started coding with fiddler core and i am trying to auto respond a single request url with a saved response from fiddler
How should i do it on OnBeforeRequest?