How to show traffic from specific domain in Chrome Dev Tools

扶醉桌前 提交于 2019-12-09 14:20:36

问题


I'm just wondering if it's possible to show traffic from a specific domain only in the Network tab in Chrome Dev Tools?


回答1:


Yes you can, by entering domain:localhost in the filter box to filter by the localhost domain, for example:

Notes:

  • The filter box has autocompletion to help you out (which is how I found this feature)
  • Also helpful to filter by the type of request / file type e.g. XHR



回答2:


Just type in part of the domain and check the filter box. Also, you can turn on the Domain column by right-clicking on the top:




回答3:


Now you can use domain in filter, like this:

domain:yourdomain.com



来源:https://stackoverflow.com/questions/18422640/how-to-show-traffic-from-specific-domain-in-chrome-dev-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!