仅脚本 cookie?

发布于 2024-10-25 16:01:40 字数 199 浏览 1 评论 0原文

所以,基本上我想要的是与 httponly cookie 完全相反的。我想通过 JavaScript 在浏览器中设置 cookie,并且只能通过 JavaScript 检索它。这意味着 cookie不会发送到服务器。

用例是 JS 应用程序通过未加密的 http 连接提供服务。这意味着 cookie 也会以未加密的方式发送到服务器,并且可以被嗅探。

So, basically what I want is the exact opposite of httponly cookies. I want to set a cookie in the browser via JavaScript and be able to retrieve it via JavaScript only. Meaning, that the cookie is not sent to the server.

The use case is that the JS application is served from an unencrypted http connection. That means that the cookie is sent to the server unencrypted as well and can be sniffed.

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

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

发布评论

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

评论(1

孤独患者 2024-11-01 16:01:40

您需要的是:

  • Internet Explorer 5.5 及以上版本中的 userData。
  • Adobe Flash Player 浏览器插件中的本地共享对象。
  • 支持 HTML 5 的浏览器中的 Web 存储

What you need is :

  • userData in Internet Explorer 5.5 and above.
  • Local Shared Object in Adobe Flash Player browser plugin.
  • Web Storage in HTML 5 capable browsers
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文