先看效果图:
步骤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,就可以看到效果了。