开发者

can anyone recommend a firefox plugin so I can see exactly what is being sent to a post form?

开发者 https://www.devze.com 2022-12-15 14:39 出处:网络
I\'m trying to debug my开发者_Go百科 form POST code. Is there any firefox plugin so I can see exactly what the browser is sending (rather than monitor at the server side)?Firebug? It lets you see HTTP

I'm trying to debug my开发者_Go百科 form POST code. Is there any firefox plugin so I can see exactly what the browser is sending (rather than monitor at the server side)?


Firebug? It lets you see HTTP requests and responses on the 'net' tab.


Live HTTP Headers


Fiddler works with IE, Firefox, and many other processes.


try charles, you can monitor IE and FF. Tamper data should also work well

https://addons.mozilla.org/en-US/firefox/addon/966


Get Firebug!, it has everything you need -- or alternatively Live HTTP Headers.


Firebug can do this


You can use firebug and in the network tab see what is posted firebug


There's also HTTP Analyzer

0

精彩评论

暂无评论...
验证码 换一张
取 消