开发者

Using Firebug to send form data

开发者 https://www.devze.com 2022-12-18 08:50 出处:网络
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.

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 not开发者_StackOverflow社区iced 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?


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

Simple and FireFoxy..


Have also a look at Fiddler.


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.


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

0

精彩评论

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