$ cat "

Quick Tip: Capturing Localhost Traffic using Fiddler

"

If you are having trouble capturing traffic from localhost to localhost when debugging HTTP traffic during development, try using the host localhost.fiddler instead of localhost in your request.

However, you have to have Fiddler started and actively capturing traffic (i.e. not paused) for the host to be resolved properly.

Written by Erik Öjebo 2016-09-20 12:34

    Comments