I'm using Android Studio's AVD to run Chrome for Android.
I've installed the fiddler CA by going to http://<pc-ip>:<fiddler-port>, downloading the FiddlerRoot certificate, and Trusting that certificate through settings on the virtual device.
I've set up the device to proxy through Fiddler.
I can successfully load the Fiddler Echo Service, and http://example.com/. Presumably all http-only traffic works, but it's hard to find examples online to test.
An example request to Google is
CONNECT 172.217.4.67:443 HTTP/1.1Host: 172.217.4.67:443
The response is
HTTP/1.1 200 Connection EstablishedFiddlerGateway: DirectStartTime: 15:53:05.999
No other traffic flows on the session, and it eventually times out with the 🚫 icon.
The Android device is continually polling to establish these connections. When I disconnect the device from the proxy, Fiddler annotates the request:
CONNECT 172.217.9.35:443 HTTP/1.1Host: 172.217.9.35:443After the client received notice of the established CONNECT, it failed to send any data.
Fiddler prints a log message for each of these requests
[timestamp] Fiddler.Network.ProtocolViolation - [#XXX] HTTP/1.1 Request was missing the required HOST header.I don't think this is an issue. I understand it to mean that Chrome for Android doesn't supply a Host header, and as the pastes above show, Fiddler automatically inserts an appropriate one.
The symptom in Chrome for Android, then, is that when I try to access an https site, the browser hangs until it gives ERR_CONNECTION_REFUSED
I'm at a loss here.
Hi!
We have this error when trying to write a temporary .har with Fiddler. We write a temporary file with Java using the ExeAction.exe with the name "out.har", rename it and then upload via FTP. However, sometimes we have a problem with the file being already used.
The error detail is attached.
We write the out.har using Java and Fiddler using the ExecAction.exe.
If you need anything else just say it, we've been struggling with this error for a while.
Thanks!


Hi,
I installed Fiddler on a windows pc, and I started it, then I want to use a web browser to view fiddler session, does it support to view or control fiddler remotely?

Hello! I have been using fiddler and i noticed that after a few minutes or maybe hours my wifi modem just crashes or loses connection!
I am on a laptop using wifi!
And every time it crashes and all of my devices lose connection and i have to wait 5 or 10 minutes for it to get back on running!
Please help!

I get this error when I try to install FiddlerCore nuget package
SeverityCodeDescriptionProjectFileLineSuppression State
ErrorUnable to resolve dependency 'BCMakeCert'. Source(s) used: 'Microsoft Visual Studio Offline Packages', 'api.nuget.org', 'FiddlerCore'.
