How do I get Fiddler to stop ignoring traffic to localhost?

前端 未结 14 1404
故里飘歌
故里飘歌 2020-11-27 12:13

When using Fiddler to monitor HTTP Requests & Responses in Internet Explorer it ignores all traffic directed to http://localhost.

14条回答
  •  一生所求
    2020-11-27 13:10

    Fiddler's website addresses this question directly.

    There are several suggested workarounds, but the most straightforward is simply to use the machine name rather than "localhost" or "127.0.0.1":

    http://machinename/mytestpage.aspx
    

提交回复
热议问题