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
Hello,
In my application using FiddlerCore, I see that Windows Search Box on Windows 11 isn't able to make connections to the internet. I would like to be able to get this to work in some way but I'm not sure how.
I did some investigation by trying out Fiddler Everywhere and found that the same problems occurs most of the time, except sometimes when the root certificate is installed to machine store. I tried installing the certificate to machine store for my FiddlerCore application but it still didn't remedy the issue.
Please let me know if there's any solution!

Hello
I am currently trying to track any traffic of the game client, but for whatever reason it does not seem to pick up any of it.
All I have found so far was another Thread on this Forum which could not provide the details I need to get the information that I require.
According to the thread the client does not use the windows default proxy.. so what can I do in order to track the traffic?
Any help is appreciated.
~ Dinh
I have a C# rule script in fiddler classic, which convert the http request form-data body from "key1=value1" to json {"key1": "value1"}
I am trying to migrate to fiddler everywhere, but I have no idea how to achieve this in fiddler everywhere, where's rule script in fiddler everywhere?
