如何在fidler中使http请求的cookie不可见 [英] How to make the cookies of http request invisible in fidler

查看:193
本文介绍了如何在fidler中使http请求的cookie不可见的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨。



我在javascript中创建一个有会话cookie的http请求。

我想隐藏这个cookie像fiddler或任何嗅探工具的网络调试工具,如何实现这一目标?



谢谢

Hi.

I am creating a http request in javascript which has a session cookie.
I want to hide this cookie from web debugging tool like fiddler or any sniffing tool, How to achieve this ?

Thanks

推荐答案

你无法从这些嗅探工具中隐藏东西。如果文本是敏感的,你需要加密它,但如果它是会话ID或类似的,那么你可以做很多事情来保护它。这就是会话劫持的原因。
You can't hide things from these sniffing tools. If the text is sensitive you would need to encrypt it, but if it's a session id or similar then there isn't a lot you can do to protect it. That's why session hijacking is possible.


这篇关于如何在fidler中使http请求的cookie不可见的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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