HTTPS 与 HTTP 和 livehttpheaders

发布于 2024-09-12 03:37:10 字数 149 浏览 1 评论 0原文

我意识到 HTTPS 应该更安全,因为它对您和服务器之间的通信进行加密,这样您的密码和信用卡号就不会以纯文本形式发送。但是,当使用 LiveHTTPHeaders 时,即使使用 https 连接,我仍然可以在 POST 中以纯文本形式看到我的密码。为什么会这样呢?这种加密发生在哪里?

I realize that HTTPS is supposed to be more secure because it encrypts communication between you and the server so that your passwords and credit card numbers don't get sent in plain-text. However, when using LiveHTTPHeaders, I can still see my password in plain-text in the POST even when using an https connection. Why is this the case? Where is this encrpytion happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一袭白衣梦中忆 2024-09-19 03:37:13

HTTP 流量通过 SSL 隧道推送。 LiveHTTPHeaders 在加密发生之前监控仍在浏览器内部的 HTTP 数据。

The HTTP traffic is pushed through an SSL tunnel. LiveHTTPHeaders monitors the HTTP data while it is still inside the browser, before the encryption happens.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文