实用filter

1: IP 过滤

   ip.addr==61.168.0.4


2:精确匹配域名

http.request.full_uri=="http://rainbow.mystore.com.cn/v1/page/bu"

然后在下方的 hypertext transfer  就能看见自己的请求 参数 + UserAgent 

android WebView 可以 loadUrl  带参数


3:模糊匹配域名
在filter中输入:  
http.request.uri contains "http://app.tianhong.cn"  [实际证明不好用]

tcp contains "app.tianhong.cn"       [实际证明好用]

截图如下:
实用filter_第1张图片


你可能感兴趣的:(实用filter)