to find out if it is safe to send a password through an Ajax request?
I have a login window that calls an ajax request to try to login / pass and get a JSON object with errors (if any).
Should I use form redirection instead?
[EDIT] Saving the encrypted password in the database is not a solution, because the login and password sent by ajax are the login / password for accessing the database itself (internal application).
source
share