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
try putting your machine name/IP address instead of 'localhost' into URL. Works for me...
And I just found out that on vista 'localhost.' will not work. In this case use '127.0.0.1.' (loopback address with a dot appended to it).
You cannot. Instead if you machine is named "myMachine", point your browser to http://mymachine instead of http://localhost
Replace localhost
by lvh.me
in your URL
For example if you had http://localhost:24448/HomePage.aspx
Change it to http://lvh.me:24448/HomePage.aspx