Hi, i get this error on any site any browser,
when i looked at the certificate list, i see that the certificate is expired:
i just reinstalled the last version, but the problem persists
is there any way to fix that ?
I need Fiddler to capture my call from nodejs.
I call https://domain from nodejs like this
import { ProxyAgent, fetch } from 'undici';
const dispatcher = new ProxyAgent('http://127.0.0.1:8888' )
var r2 = await fetch('https://domain', {
method: 'POST',
dispatcher,
headers: {
...}
},
body: ...
}
);
var r2data = await r2.json();
I can do the above call to http://domain, but when I changed to https://domain, I got the below error, any idea how do I handle this? thanks
[cause]: Error: unable to verify the first certificate

I am trying v5.0.20253.3311 for .NET 4.6.2.
When [File]-[Save]-[All Sessions] and input filename of Session Archive(*.saz) and [Save],
I see the following dialog:
Failed to save Session Archive. Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Please let me know how to solve this problem.

Hi
I recently downloaded the fiddler classic and it's crash when opening. And i already tried almost ways to fix it. And the log show that the MSVCR80.dll module error when the fiddler classic started.And I Already reinstall the Microsoft Visual C++ 2005 Redistributable but it doesn't work. Could you please help to fix the crash?

Hello,
I have two questions regarding Fiddler Classic, and I would appreciate your help.
1) Cloudflare blocking error
When I try to load either of the two websites below through Fiddler Classic, I receive the following Cloudflare error message: "Sorry, you have been blocked." Please see the screen shot attached.
https://www.gurufocus.com
https://et3arraf.com
Both websites load fine when Fiddler is not active. Over time, I’ve encountered the same issue with several other sites as well — the two above are just recent examples. It seems this error has become more frequent lately.
Do you know why this happens? Is there any way to bypass or prevent this issue?
2) TLS 1.3 support in Fiddler Classic
Could you please provide an update regarding the implementation of TLS 1.3 in Fiddler Classic? Is it still under development, or has the upgrade been officially discontinued?
No recent news here: https://feedback.telerik.com/fiddler/1584209-support-tls-1-3-now-that-net-framework-does
Please note that I’d consider switching to Fiddler Everywhere, but I’m currently relying on a large script that only works with the Classic version, since scripting isn’t yet supported in Everywhere.
Thank you in advance!
Best regards,
Alex



I am running
Progress Telerik Fiddler Classic
When trying to import a net-export JSON file it fails with
---------------------------
Failed to import NetLogToday after upgrade Fiddler Classic to new version we got compilation error for our custom rules.
Fiddler version:
v5.0.20253.3311 for .NET 4.6.2
Built: Monday, March 31, 2025
64-bit AMD64, VM: 63.0mb, WS: 114.0mb
.NET 4.8 WinNT 10.0.22631.0
I don't see in release notes anything about FiddlerScript changes. So what need to be added now to resolve this issue?