有没有办法在 Pylons 中将 cookie 标记为 HttpOnly?

发布于 2024-07-20 01:07:59 字数 79 浏览 2 评论 0原文

我在网上找不到任何有关如何执行此操作的文档。 我认为可能可以发送某种自定义 HTTP 标头响应,但如果有更规范的方法,那么这样做似乎有点蹩脚。

I can't find any documentation on the web about how to do this. I think its probably possible to send some sort of custom HTTP header response, but it seems kind of lame to do that if there is a more canonical way.

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

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

发布评论

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

评论(1

糖果控 2024-07-27 01:07:59
theresponse.set_cookie(..., httponly=True, ...)
theresponse.set_cookie(..., httponly=True, ...)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文