Problem: Traffic sent to http://localhost or http://127.0.0.1 is not captured

Problem: Traffic sent to http://localhost or http://127.0.0.1 is not captured

Solution 1: Use Machine Name or Hostname

The simplest workaround is to use your machine name as the hostname instead of Localhost or 127.0.0.1. For example, rather than hitting:

http://localhost:8081/mytestpage.aspx

Instead visit:

http://machinename:8081/mytestpage.aspx. 

可以直接使用局域网里面的ip来进行访问,比如http://172.16.210.99/Site/

posted @ 2020-04-27 17:49  ChuckLu  阅读(237)  评论(0编辑  收藏  举报