找回密码
 立即注册
搜索
查看: 414|回复: 0

[笔记] 给fiddler2添加一列httpmethod

  [复制链接]
发表于 2023-2-28 20:45 | 显示全部楼层 |阅读模式

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 20:29 , Processed in 0.020641 second(s), 14 queries , APCu On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表