给fiddler2加上请求类型,方便查看是Get请求还是POST请求

 先看效果图:

 

 

步骤1:打开自定义规则:

 

步骤2:

找到第330行,添加如下代码:

    public static BindUIColumn("Method")
function CalcMethodCol(oS: Session){
if (null != oS.oRequest) return oS.oRequest.headers.HTTPMethod; else return String.Empty;
}

 

重启fiddler2,就可以看到效果了。

300*300
  • 没有相关文章
  • 没有评论
 文章首页关于迷茫时代关于我写意人生
版权所有:迷茫时代 All rights reserved   
执行时间:0.00587 秒