If I have the fiddler classic running and i try to debug my azure function .net 7 I get an error in the attachment. I'm not using grpc in my function it literally is an endpoint that calls another Rest endpoint. Is there any way that I can have fiddler running and a azure function in debug running at the same time
Okay. I finally got a fiddler everywhere license. Now, I need help in getting this tool to work with visual studio 2022 and running an azure function locally from my machine. When I start the fiddler everywhere, i see the traffic coming through including Http/2 traffic. When I go run the visual studio 2022 and start my azure function I get this message: Error starting gRPC call. HttpRequestException: Requesting HTTP version 2.0 with version policy RequestVersionOrHigher while unable to establish HTTP/2 connection. Is there something I have to change in vs 2022 ? As soon as I turn off fiddler everywhere the function works fine?
I would like to capture Fiddler traces of an agent communicating with the a cloud service through (I believe) certificates in the local machine store.
I believe the agent is implemented in .Net. I edited the machine.config file as described here, and Decrypt HTTPS traffic is enabled in Fiddler classic.
I believe I am seeing traffic in Fiddler. However, the agent is failing authentication with the cloud service due to an invalid certificate.
I see Fiddler creating its self-signed certificates in the local user store, but no certs are being created in the local machine store
Any pointers on how to do this will be greatly appreciated!
So I'm new to Fiddler, I'm using it on Linux via the AppImage download on Debian/Testing. I'm trying to use it to debug something on my Android phone. When I seelect `Capture and Inspect Traffic` -> `Remote Devices` -> `Android`, click Next, select my ethernet interface, I try and go (on my phone or another machine) to the IP & Port that it shows, but can't connect. When I check the host machine's opened ports, it shows it opened up on IPv6, not IPv4, even though it's showing the IPv4 local address. I can ping the host IPv4 address just fine, but doesn't look like Fiddler is opening up a port on it.
$ netstat -anp | grep -i 8866 tcp6 0 0 :::8866 :::* LISTEN 230864/Fiddler.WebU
Hello
Yesterday I installed Fiddler, to test it.
I sniff https request to instagram.
(using the filter CONTAINS instagram)
Then I tried to do it for my python code, running in terminal window of Ubuntu, on windows wsl.
Nothing appears in the requests and response.
Today I thought to try again and I open the Fiddler, but it sniff NOTHING.
(Even if I clear the filter)
Any hints to those two issues ?
Thanks
Is it possible to add an event handler to react to when sessions are imported? I'd like the Fiddler extension I'm developing be able to react to imported sessions the same way it does for loading a Saz file.
Hi,
I'm currently evaluating your product.
We have a complex WebApi with which I've written a replacement for. We don't currently have automated tests and they are expensive to develop due to the size of the API and our data. I was hoping to use Fiddler as a web proxy to record requests manually initiated from use of the app against the live WebApi *version* such that we can then replay the requests and validate results against the new version that we are testing. Effectively I'm trying to make cheap automated testing. This would be our main use for this product.
I tried following this guide which indicates that this is possible with *Fiddler Everywhere*...
How to: Test Your API with Fiddler (telerik.com)
The document is possibly stale because I cant find this APITest tab on Fiddler Everywhere?
I did have some success against "Fiddler Classic" although I'm not sure this is entirely fit for purpose.
Our validation rules will require comparing JSON fields which are not necessarily in the same case or order. The validators for Fiddler Classic in this context are not sufficient for this behaviour.
How do I achieve this please?
Thanks.
The android emulator I used was yeshen
Operating system: android 7
fiddler version:5
I always: tunnel to
I searched many ways, but nothing worked out.
Is there anything I can do?