Using fiddler on localhost traffic

If you try using Fiddler you might notice that it’s very difficult to use localhost and get fiddler to show your traffic.

Here’s a trick: put a “.” after localhost in your browser URL.

So instead of browsing to http://localhost/whatever.aspx, you use http://localhost./whatever.aspx.

 

Leave a comment