How to display localhost traffic in Fiddler while debugging an ASP.NET application?

Michael Kniskern picture Michael Kniskern · May 5, 2009 · Viewed 55.8k times · Source

How do I display localhost traffic in Fiddler while debugging an ASP.NET application?

Answer

bendewey picture bendewey · May 5, 2009

try using this:

http://ipv4.fiddler/folder

instead of

http://localhost/folder

this also works with ports

http://ipv4.fiddler:12345/folder

Here is link to fiddler documentation

http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/MonitorLocalTraffic