1.Downloaded, installed google drive file stream desktop application.
2.Tried to launch application and click on sign in button.
3.Then login page got opened over browser there asked for login credentials to authenticate.
4.Provided required credentials. then asked for sign in clicked on signin button
5.Login got succeeded but Failed to launch google drive file stream app when fiddler is opened to capture the traffic.
6. Downloaded logs drive_fs enabling verbose mode in app settings.
7.Found curl 60 error as shown in attachment
8.When we see all logs observed ssl verification is done with C:\Program Files\Google\Drive File Stream\51.0.9.0\config\roots.pem
Is there any process or procedure to update certificate in above provided location to access app through fiddler?

On Android 10 device after all steps from the tutorial - I'm able to see some traffic from my app I'm trying to debug, for example, some requests that are sent to AppCenter.ms in plain text decrypted from https, but not anything else what is very weird:)
Hi,
I'm trying to save streaming to disk file. However, the stream sometimes is interrupted by unstable internet connection. Then I got a 504 error saying ReadResponse() failed:The server did not return a complete response for this request.
But I can see some bytes are already downloaded. Is there any way to save the downloaded bytes to a file?
I tried the OnBeforeResponse() event in FiddlerScript. But the event is not fired when 504 error occurs.
Best regards,
Hi
I have set the prefs very high (prefs set fiddler.importexport.HTTPArchiveJSON.MaxTextBodyLength 600000000000) but fiddler is still omiting response body.
The current issue is with a request with Response Content-Length: 2175586 and it is being omitted. Can you tell me how to make fiddler not use a limit at all.

Before I reinstall windows, I used Fiddler Everywhere to capture https normally, but after reinstalling windows, it can't show HTTPS traffic.
I had the same setup with Fiddler Everywhere before reinstalling windows.
The app I'm trying to debug network traffic shows an error when I enter into the app.
Hello,
For the extension I work on it might happen that I need to recognize a HTTP request to a domain that does not exist. However if such a session ends with "HTTP/1.1 502 Fiddler - DNS Lookup Failed" in the Response Header, my extension is not triggered.
Such responses neither trigger the
AutoTamperResponseBefore(Session oSession)method, nor the
OnPeekAtResponseHeaders(Session oSession)method. My question is, what can I do here to notice such cases with my extension?
And another question, which other cases should I be aware of that don't cause a proper response?