<i id='Itutu'><tr id='Itutu'><dt id='Itutu'><q id='Itutu'><span id='Itutu'><b id='Itutu'><form id='Itutu'><ins id='Itutu'></ins><ul id='Itutu'></ul><sub id='Itutu'></sub></form><legend id='Itutu'></legend><bdo id='Itutu'><pre id='Itutu'><center id='Itutu'></center></pre></bdo></b><th id='Itutu'></th></span></q></dt></tr></i><div id='Itutu'><tfoot id='Itutu'></tfoot><dl id='Itutu'><fieldset id='Itutu'></fieldset></dl></div>
    <bdo id='Itutu'></bdo><ul id='Itutu'></ul>

    1. <legend id='Itutu'><style id='Itutu'><dir id='Itutu'><q id='Itutu'></q></dir></style></legend>
    2. <tfoot id='Itutu'></tfoot>
    3. <small id='Itutu'></small><noframes id='Itutu'>

    4. 使用 ajax 请求安全地发送密码

      Send password safely using an ajax request(使用 ajax 请求安全地发送密码)
        <tbody id='OyjRR'></tbody>

      1. <small id='OyjRR'></small><noframes id='OyjRR'>

        <i id='OyjRR'><tr id='OyjRR'><dt id='OyjRR'><q id='OyjRR'><span id='OyjRR'><b id='OyjRR'><form id='OyjRR'><ins id='OyjRR'></ins><ul id='OyjRR'></ul><sub id='OyjRR'></sub></form><legend id='OyjRR'></legend><bdo id='OyjRR'><pre id='OyjRR'><center id='OyjRR'></center></pre></bdo></b><th id='OyjRR'></th></span></q></dt></tr></i><div id='OyjRR'><tfoot id='OyjRR'></tfoot><dl id='OyjRR'><fieldset id='OyjRR'></fieldset></dl></div>
        <tfoot id='OyjRR'></tfoot>
      2. <legend id='OyjRR'><style id='OyjRR'><dir id='OyjRR'><q id='OyjRR'></q></dir></style></legend>
            • <bdo id='OyjRR'></bdo><ul id='OyjRR'></ul>
                本文介绍了使用 ajax 请求安全地发送密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                只是想知道,是否可以通过 Ajax 请求安全地发送密码?

                just to know, is it possible to send password through an Ajax request safely?

                我有一个登录框,它调用 ajax 请求来尝试登录/传递并检索带有错误(如果有)的 JSON 对象.

                I've a login box that calls an ajax request to try the login/pass and retrieve a JSON Object with errors (if any).

                我应该改用表单重定向吗?

                Should I use a form redirection instead?

                将加密密码存储在数据库中不是解决方案,因为 ajax 发送的登录名和密码是访问数据库本身(内部应用程序)的登录名/密码.p>

                Store the encrypted password in the database isn't the solution because the login and password send by ajax are the login / password to access the database itself (internal application).

                推荐答案

                发送无法被第三方拦截的东西的唯一方法是使用 HTTPS 而不是常规的 HTTP.这样一来,服务器和客户端之间发送的所有内容都是高度加密的.

                The only way to send something that can not be intercepted by a third party is by using HTTPS instead of regular HTTP. That way everything sent between the server and the client is strongly encrypted.

                这篇关于使用 ajax 请求安全地发送密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Toggle HTML radio button by clicking its label(通过单击标签来切换 HTML 单选按钮)
                Javascript how to change radio button label text?(Javascript如何更改单选按钮标签文本?)
                JavaScript radio button confirmation(JavaScript 单选按钮确认)
                How can I automatically select specific radio buttons with Greasemonkey?(如何使用 Greasemonkey 自动选择特定的单选按钮?)
                AngularJs. Is it possible to deselect HTML “radio” input by click?(AngularJs.是否可以通过单击取消选择 HTML“收音机输入?)
                Checking Value of Radio Button Group via JavaScript?(通过 JavaScript 检查单选按钮组的值?)
                1. <small id='qc4uC'></small><noframes id='qc4uC'>

                    <bdo id='qc4uC'></bdo><ul id='qc4uC'></ul>

                    <tfoot id='qc4uC'></tfoot>
                      <legend id='qc4uC'><style id='qc4uC'><dir id='qc4uC'><q id='qc4uC'></q></dir></style></legend>

                        <tbody id='qc4uC'></tbody>

                      • <i id='qc4uC'><tr id='qc4uC'><dt id='qc4uC'><q id='qc4uC'><span id='qc4uC'><b id='qc4uC'><form id='qc4uC'><ins id='qc4uC'></ins><ul id='qc4uC'></ul><sub id='qc4uC'></sub></form><legend id='qc4uC'></legend><bdo id='qc4uC'><pre id='qc4uC'><center id='qc4uC'></center></pre></bdo></b><th id='qc4uC'></th></span></q></dt></tr></i><div id='qc4uC'><tfoot id='qc4uC'></tfoot><dl id='qc4uC'><fieldset id='qc4uC'></fieldset></dl></div>