jQuery,sending password via ajax?

前端 未结 5 1725
说谎
说谎 2020-12-05 13:59

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

5条回答
  •  一整个雨季
    2020-12-05 14:39

    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.

提交回复
热议问题