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

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

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

14条回答
  •  青春惊慌失措
    2020-12-07 13:53

    Probably the easiest way to monitor traffic to localhost is to replace "localhost" with "localhost." in the browser's URL bar. E.g.

    http://localhost./MyApp/default.aspx
    

提交回复
热议问题