Im using jQuery validate plugin and every form has multiple validation levels.
- level is by validate plugin
- level is:
- data is submitted to site
- I get a reply
- if everything is ok -> JS redirects to url
- if there is an error, it shows warnings
Now I wonder, is it safe to send login info via ajax? I know that with addons like firebug, I am also able to get all POST parameters with normal submit. But can somebody else interfere with ajax login request and steal precious data?