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.

Can a proxy (like fiddler) be used with Node.js's ClientRequest

Can node.js be setup to recognize a proxy (like Fiddler for example) and route all ClientRequest's through the proxy? …

javascript node.js fiddler
Using fiddler with Windows Authentication

I am testing some proxy settings for our application but I need to test a proxy that requires Windows Authentication (…

c# windows-authentication fiddler
Proxying HTTPS traffic through Fiddler fails for remote clients?

Started fiddler on one machine, enabled remote connections and HTTPs. When trying to open IE browser on a remote machine (…

proxy fiddler remote-connections
Why can't Fiddler see my web service traffic?

I had a problem that Fiddler wasn't showing my web service calls made from my application (running locally). I found …

web-services fiddler network-traffic
Fiddler Not Capturing Traffic from my C# Application in Windows 8

I have recently upgraded to a new computer with Windows 8. I have installed Fiddler, yet I am having problems capturing …

c# fiddler
How to get Fiddler to filter specific localhost ports

In a reverse of the usual request of how do I get Fiddler to capture requests to localhost, how do …

localhost fiddler
OWIN OpenIdConnect Middleware IDX10311 nonce cannot be validated

I have an application using the OWIN middleware for OpenIdConnect. The startup.cs file uses the standard implementation of app.…

c# owin fiddler identityserver3 openid-connect
Fiddler can easily decode responses - how to make this automatic?

In Fiddler I have many responses which I like to view raw. For each one Fiddler says "Response is encoded …

fiddler
Are there any http proxies like fiddler or wireshark on android?

I need to see what page an Android App is calling from my device. Are there any Apps like Fiddler …

android proxy fiddler http-proxy
WebApi HttpClient not sending client certificate

I am trying to secure my RESTful WebApi service with ssl and client authentication using client certificates. To test; I …

c# .net ssl asp.net-web-api fiddler