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";  
}
原文地址:https://www.cnblogs.com/chuancheng/p/8862294.html