How to display localhost traffic in Fiddler while debugging an ASP.NET application?

后端 未结 14 1442
野的像风
野的像风 2020-12-07 13:23

How do I display localhost traffic in Fiddler while debugging an ASP.NET application?

14条回答
  •  臣服心动
    2020-12-07 13:33

    try using this:

    http://ipv4.fiddler/folder
    

    instead of

    http://localhost/folder
    

    this also works with ports

    http://ipv4.fiddler:12345/folder
    

    Here is link to fiddler documentation

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

提交回复
热议问题