Using Firebug to send form data

孤街醉人 提交于 2019-12-10 15:16:43

问题


Is it possible to send AJAX data with params, that aren't in the URL? I have a script that gets information from a form, and the server uses POST and not GET.

I noticed the possibility in FireBug to send the params only in the URL.

In case it's impossible, is there another program that might help me with that?


回答1:


Have also a look at Fiddler.




回答2:


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

Simple and FireFoxy..




回答3:


For that I use LiveHTTPHeader addon. It offers you nice record/replay facilities and replay also for HTTP POST style. You can also modify the payload.




回答4:


It's possible. In XMLHttpRequest.send(); you can put POST data



来源:https://stackoverflow.com/questions/2168436/using-firebug-to-send-form-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!