I'm raising this inquiry to ask for the assistance who know familiar with Fiddler product.
About 9 months ago, in the end of year 2023, the issue occurred.
When a user accesses Web application with the latest Google Chrome, the blank screen (or WSOD) happened.
In order to analyze the cause of this issue, I've decided to install Fiddler to see how HTTP traffic was going about.
However, the issue has never occurred when Fiddler was running and I'm wondering why...
Question#1: Why blank screen in browser never happens while Fidder is running?
Question#2: What's difference when Fiddler is running or not?
Fiddler Version: Progress Telerik Fiddler Classic v5.0.20211.51073
I'd really appreciate it if someone would help to answer this!
Regards,
Yamato
I'm seeking the difference of Operation System (Windows10) parameters between when Fiddler is running and not.
The behavior of secure network traffics can change somehow, like proxy setting, while Fiddler is running.
If someone knows more about this, please give me an assistant. Thanks!
While testing my mobile application using Fiddler as a system proxy, I am encountering an issue. Specifically, some HTTP response headers appear to be altered in terms of case sensitivity when they reach the application, which is causing functional discrepancies.
In the backend response, the headers are correct, as verified in Fiddler. However, when the same response reaches the mobile application, some headers are being received in lowercase, even though they are correctly capitalized in Fiddler.
For example, the header userToken is received as userToken by the application. This discrepancy is illustrated in the attached screenshots:
Could you please advise on how to prevent Fiddler from altering the case of the headers or if there is a configuration setting that needs to be adjusted? Your assistance in resolving this issue would be greatly appreciated.
Thank you for your support!
I want to setup proxy for a c++ application for android.
Here is my setup:
adb reverse tcp:8888 tcp:8866When I turn on fiddler capture and go to a specific site, an http 503 error occurs.
It seems that fiddler has been blocked on that site.
Is there a way to capture this site?
https://smartstore.naver.com/j-flow
https://fpcy.hunan.chinatax.gov.cn:8083/NWebQuery/yzmQuery
This website support decryption under Windows 10 but does not support decryption under Windows 7.
version:v5.0.20244.10953
This website has enabled TLS1.2 and TLS1.3.
The open-source tool mitmproxy supports decryption under Windows 7.
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!