这样对吗? firebug应该看到受SSL保护的AJAX吗? [英] Is this correct? Should firebug see SSL-protected AJAX?

查看:62
本文介绍了这样对吗? firebug应该看到受SSL保护的AJAX吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已启用SSL,正在执行jQuery AJAX发布请求,并将某些字段发送到服务器.

I have enabled SSL and I am doing a jQuery AJAX post request and sending some fields to the server.

当我在post参数下通过firebug查看AJAX发布请求时,所有字段均以明文显示.

When I look at the AJAX post request through firebug under the post parameters I see all the fields in clear text.

因此,这意味着我可以看到明文形式的密码.这正常吗?我也在用提琴手查看它,它甚至没有记录此AJAX请求(因此从未提出该请求).

So this means I can see the passwords in clear text. Is this normal? I am also looking at it with fiddler and it does not even log this AJAX request(so its like the request was never made).

那是因为萤火虫已安装在浏览器中并且可以捕获它吗?

So is it just because firebug is installed in the browser and can capture it or what?

推荐答案

当数据从浏览器移动到Web服务器时,ssl启用安全性. Firebug是一个浏览器插件,它了解DOM树中的所有内容.我认为萤火虫显示输入字段和表单数据很有意义.

ssl enables security when the data moves from browser to web sever. Firebug is a browser plugin, it knows everything in the DOM tree. I think it makes sense for firebug display the input fields and form data.

这篇关于这样对吗? firebug应该看到受SSL保护的AJAX吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆