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?