How to configure Fiddler to listen to localhost

fiddlerlocalhost

I want to monitor HTTP traffic between a process on my local machine and another (server) process, also running on my local machine.

How can I configure Fiddler to listen to traffic to and from localhost?

Best Answer

By simply adding fiddler to the url

http://localhost.fiddler:8081/

Traffic is routed through fiddler and therefore being displayed on fiddler.

Related Topic