Safari 扩展程序可以保存 cookie 吗?
Safari 扩展是否可以在本地保存 cookie,而不是使用浏览器的 cookie? HTTPS ajax 请求带来登录弹出窗口的问题开始让我烦恼。我知道如何使用curl 和perl/php 从命令行脚本登录Google 服务。如果我可以将 cookie 保存在本地文件系统上的某个位置,我就可以避免所有这些麻烦。
Is it possible for Safari extensions to save cookies locally instead of using the browser's cookies? The problem with HTTPS ajax requests bringing up a login popup is starting to rankle me. I know how to login to Google services from a command line script using curl and perl/php. If I can save my cookies somewhere on the local filesystem I can avoid all this hassle.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有。 Safari 扩展无法访问本地文件系统。您只能直接从浏览器或本地存储使用 cookie。
Nope. Safari extensions have no access whatsoever to the local filesystem. You can only use cookies directly from the browser or local storage.