Asp.net

調試 ASP.NET 應用程序時如何在 Fiddler 中顯示本地主機流量?

  • May 5, 2009

如何在調試 ASP.NET 應用程序時在 Fiddler 中顯示 localhost 流量?

嘗試使用這個:

http://ipv4.fiddler/folder

代替

http://localhost/folder

這也適用於埠

http://ipv4.fiddler:12345/folder

這是提琴手文件的連結

<http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/MonitorLocalTraffic>

引用自:https://stackoverflow.com/questions/826134