使用 firebug 检查 https 数据
通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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 :)