在Internet Explorer中查看HttpOnly会话cookie

编程入门 行业动态 更新时间:2024-10-15 02:29:22
本文介绍了在Internet Explorer中查看HttpOnly会话cookie的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

使用Internet选项我可以看到所有持久性cookie,使用开发人员工具,我可以看到所有可访问JS的会话cookie。似乎没有办法查看HTTPOnly会话cookie。

Using Internet Options I can see all persistent cookies, and using Developer Tools I can see all JS-accessible session cookies. There does not seem to be a way to view HTTPOnly session cookies.

在Firefox中有很多选项,包括内置和Firebug,用于查看cookie,包括能够看到请求/响应标头。在IE8中没有办法看到HTTPOnly会话cookie吗?

In Firefox there are many options, both built-in and with Firebug, to view cookies, including being able to see the request/response headers. Is there no way in IE8 to see HTTPOnly session cookies?

相关问题(没有HttpOnly的解决方案): IE7 IE8

Related questions (no solutions for HttpOnly): IE7 IE8

推荐答案

检查出来: blogs.msdn/b/jpsanders/archive/2009/06/04/understanding-the-new-wininet-flag-internet-cookie-httponly.aspx

Internet Explorer 8 WinInet.dll引入了几个新的Cookie标记。 INTERNET_COOKIE_HTTPONLY标志允许您读取WinInet代码中的HttpOnly cookie。这个标志是: msdn.microsoft/en-us/library/aa384714(VS.85).aspx 。

和这里的构建工具,并使用这种方式:的 www.codeproject/Articles/38616/Retrieve-HttpOnly-Session-Cookie-in-WebBrowser

and here's a way to build a tool and use this: www.codeproject/Articles/38616/Retrieve-HttpOnly-Session-Cookie-in-WebBrowser

关IE8架子不确定我看到了检索HTTPOnlyCookies的方法,因为开发工具似乎只显示非HTTPOnly cookie。如果要使用工具,请使用Fiddler2并将响应类型设置为HTTPOnly。

Off the IE8 shelf not sure I see a way to retrieve HTTPOnlyCookies, since the dev tools seems to show only non HTTPOnly cookies. If you want to use a tool, use Fiddler2 and set response type to HTTPOnly.

更多推荐

在Internet Explorer中查看HttpOnly会话cookie

本文发布于:2023-11-07 23:43:09,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1567754.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Explorer   Internet   cookie   HttpOnly

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!