How to monitor web requests from localhost to localhost using Fiddler
Last updated
Was this helpful?
Last updated
Was this helpful?
You need to change the request url to use machine name or non-local IP address instead of localhost
or 127.0.0.1
For example, instead of http://localhost:8081/mytestpage.aspx
or http://127.0.0.1:8081/mytestpage.aspx
, use http://machinename:8081/mytestpage.aspx
or your IP address (e.g. )
See