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?