public static BindUIColumn("HTTPMethod")
function CalcMethodCol(oS: Session){
if (null != oS.oRequest) return oS.oRequest.headers.HTTPMethod; else return String.Empty;
}
在FiddlerScript中,加上上面的代码,重启fiddler就会出现一列HTTPMethod,就是GET/POST的值,方便查找某些链接POST数据。
举报
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|学习笔记
GMT+8, 2024-12-21 19:51 , Processed in 0.020469 second(s), 14 queries , APCu On.
Powered by Discuz! X3.5
© 2001-2024 Discuz! Team.