Fiddler 使用技巧

1.Host重定向,将192.10.11.12:8091的地址重新定向到127.0.0.1:8080

if (oSession.host=="192.10.11.12:8091") {  
           oSession.host="127.0.0.1:8080";  
}

 

posted @ 2018-04-17 10:30  昨日微风  阅读(121)  评论(0编辑  收藏  举报