Top "Fiddler" questions

Fiddler (aka "Fiddler classic") is a .net based web debugging proxy, which allows you to log, examine, modify and replay HTTP/HTTPS traffic from your computer.

Sniffing Android app's HTTPS traffic from Fiddler fails with only 'Tunnel To' entries in Fiddler

I am trying to capture HTTPS traffic from my rooted Android device (4.4.4) to analyze an undocumented protocol of an app. …

android https proxy fiddler sniffing
Capture all requests with FiddlerCore

I am trying to monitor traffic using FiddlerCore and WebBrowser Controller, I have below code to capture web requests in …

c# fiddler fiddlercore
Can't Pass JSON Post Data to WCF REST Service using Fiddler

I'm trying to invoke a WCF rest service as shown below: [WebInvoke(UriTemplate = "Login", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)] …

wcf fiddler wcf-rest
Fiddler doesn't work

Fiddler almost not work for me. Seems the problem only with https. For example to open https google.com I …

fiddler makecert certenroll
Httpwebreqest works with Fiddler On otherwise Timeout

I am getting a weird error. I have setup a script that works perfectively when Fiddler is open - it …

.net asp.net-mvc httpwebrequest fiddler