V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
tylr
V2EX  ›  问与答

有没有什么firefox/chrome的add-on/extension可以捕捉到页面(asp.net)表用POST提交的值

  •  
  •   tylr · 2012-05-07 22:30:52 +08:00 · 3241 次点击
    这是一个创建于 4384 天前的主题,其中的信息可能已经有所发展或是发生改变。
    我想抓到到底POST了什么值以便用python模拟表单提交,该页面是asp.net的,form代码
    <form name="aspnetForm" method="post" action="New.aspx" id="aspnetForm" enctype="multipart/form-data">
    ...
    <td align="left" style="height: 34px; color: #999999;" width="339">  <input name="ctl00$ContentPlaceHolder1$txtNumber" type="text" maxlength="15" id="ctl00_ContentPlaceHolder1_txtNumber" style="background-color:Lavender;width:176px;" /></td>
    ...
    </from>

    除了插件外其他方法(我访问不到服务器端)都成,感谢先
    5 条回复    1970-01-01 08:00:00 +08:00
    delphiqin
        1
    delphiqin  
       2012-05-07 22:35:10 +08:00
    firefox的firebug或者chrome自带的“审查元素"都可以
    eerie
        2
    eerie  
       2012-05-07 22:35:14 +08:00
    firebug/httpfox

    chrome自带
    fastbinary
        3
    fastbinary  
       2012-05-07 22:35:42 +08:00
    HTTPAnalyzerFullV6 很好用的抓包工具,我一直用它
    comcuter
        4
    comcuter  
       2012-05-07 22:39:09 +08:00
    firebug, chrome自带有, fiddler, httpwatch……都可以的。
    tylr
        5
    tylr  
    OP
       2012-05-07 22:45:32 +08:00
    谢谢大家,用firebug找到了~
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5504 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 07:31 · PVG 15:31 · LAX 00:31 · JFK 03:31
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.