<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 请求安全地发送密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                相关文档推荐

                ajax请求获取json数据并处理的实例代码 $.ajax({ type: 'GET', url: 'https://localhost:44369/UserInfo/EditUserJson',//请求数据 data: json,//传递数据 //dataType:'json/text',//预计服务器返回的类型 timeout: 3000,//请求超时的时间 //回调函数传参 suc
                在开发JS过程中,会经常遇到两个小数相运算的情况,但是运算结果却与预期不同,调试一下发现计算结果竟然有那么长一串尾巴。如下图所示: 产生原因: JavaScript对小数运算会先转成二进制,运算完毕再转回十进制,过程中会有丢失,不过不是所有的小数间运算会
                问题描述: 在javascript中引用js代码,然后导致反斜杠丢失,发现字符串中的所有\信息丢失。比如在js中引用input type=text onkeyup=value=value.replace(/[^\d]/g,) ,结果导致正则表达式中的\丢失。 问题原因: 该字符串含有\,javascript对字符串进行了转
                Rails/Javascript: How to inject rails variables into (very) simple javascript(Rails/Javascript:如何将 rails 变量注入(非常)简单的 javascript)
                Rails 3.1 ajax:success handling(Rails 3.1 ajax:成功处理)
                CoffeeScript always returns in anonymous function(CoffeeScript 总是以匿名函数返回)
                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>