I have registration box,and I want users to register via ajax.
Is it safe to send password via jquery ajax?
If not,can someone explain what to do to secure password data,any
If you're using HTTPS (SSL) (and please do for anything that needs to be secure) then yes an AJAX request is no more or less safe than a full postback to the server.