Firebug: how do I see GET parameters?

后端 未结 3 1191
有刺的猬
有刺的猬 2021-02-20 12:19

I\'m using Firebug on Firefox 3.6.3 for Mac.

I want to use Firebug to view GET and POST parameters being passed. I have Firebug open at the Net > XHR tab. The panel say

3条回答
  •  执笔经年
    2021-02-20 12:39

    Within Firebug you can also select DOM->document->forms->Your Form Name

    All of you input variables and their post values will be listed under there.

    I hope that helps.

提交回复
热议问题