Hello,
i'm getting Network error while trying to sign in at Fiddler Everywhere 1.1.1. See attached file
i'm using my personal network (at home) without proxy.
Any clue? Thak you

I'm connecting to a site using https which use an invalid certificate, and when I connect to it, I receive a browser warning saying the certificate is invalid, but after selecting the option to proceed I'm able to browse it correlty. Now I want to inspect the traffic to this site using Fiddle, but I'm receiving the following error:
fiddler.network.https> HTTPS handshake to 192.168.xx.xx (for #52) failed. System.Security.Authentication.AuthenticationException The remote certificate is invalid according to the validation procedure.
How to make Fiddler to trus this remote certificate?


Hello,
i've got network error when trying to sign in. See attached file
My Fiddler Everywhere account is created and activated. See attached file
i'm using Fiddler 1.1.1 (Mac Os), no proxy (internet at home).
any clue please?
hello ,
iam using fiddler 4 i have made a proxy using my laptop windows 10 but i can only connect devices which connected to my wifi
i just want to know how to connect remotely to ppl without need to connect there devices to my wifi .
thx

I have a dotnet core project (web api) running on port 5000 locally. I then have 2 clients (postman and a android emulator running flutter) that are running, also locally. I have Fiddler running and it's capturing some traffic (teams, firefox, spotify, etc). But when I make a request in postman or in the flutter app on the android emulator, it is not capturing anything.
What do I need to check/do to make this work?

Hi,
I am trying to capture iOS traffic (iOS 13).
I've followed this guide: https://www.telerik.com/blogs/how-to-capture-ios-traffic-with-fiddler but once I configure the wifi proxy of the iPhone I'm no longer able to navigate in any browser and so I'm not able to reach http://ipv4.fiddler:8888 to download the certificate.
What should I do?


Hello,
There is an old library which I do not have the source.It is a client library for an API endpoint.
I need to log which requests are made from which function. Since library is used in a multithreaded environment, and I cannot alter the requests and responses, I'm stuck.
One way would be creating a series of proxies and assigning them to client before each function call, but it seems very inefficient.
Any thoughts?
