使用 firebug 检查 https 数据

发布于 2024-10-31 15:52:21 字数 63 浏览 3 评论 0原文

通过 https 加密的表单数据在 firebug 中可见吗? 我测试了它,但萤火虫向我显示了纯文本发布的参数。

is data of form encrypted over https visible with firebug?
i test it but the firebug show me the text-plain posted params.

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

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

发布评论

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

评论(1

是你 2024-11-07 15:52:21

您可以使用 Firebug 查看发送到服务器和从服务器检索的数据,并且它们将未加密,因为 Firebug 在加密之前/解密之后获取数据。您可以在此处查看示例屏幕截图:示例屏幕截图

希望这会有所帮助。

祝你今天过得愉快,
梅利赫。

注意:我无法将屏幕截图附加到此消息,因为我是 stackoverflow 的新手:)

You can view both data sent to the server and retrieved from the server with firebug and they will be unencrypted since firebug fetches data before encryption/after decryption. You can view a sample screenshot here: sample screenshot

Hope this helps.

Have a nice day,
Melih.

Note: I could not attach screenshot to this message since I'm new in stackoverflow :)

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