Safari 扩展可以在本地保存 cookie 吗?
有一个已知问题,即 webkit 浏览器在某些情况下会向您弹出带有 https 站点的登录弹出窗口。如果我的 cookie 不再有效,我会注意到。
我有一个可以访问您的 Google 网站的扩展程序,但是这个登录提示问题很难克服。我可以通过 perl/php 和 libcurl 登录 Goog 的站点,将所需的 cookie 保存到文本文件中,然后继续。
Safari 扩展和 XHR 可以做同样的事情吗?我可以将 cookie 及其数据保存到内存或变量中吗?我可以在 XHR 请求中使用所述变量中的 cookie 数据吗?这可能会解决我的问题。
There is a known issue where webkit browsers throw you a login popup with https sites under certain conditions. I notice it if my cookie is no longer valid.
I have an extension that accesses your Google sites but this login prompt thing is a bear to overcome. I can login to Goog's sites via perl/php and libcurl, save the needed cookies to a text file and go forward.
Can Safari extensions and XHR do the same? Can I save a cookie and its data to either memory or a variable? Can I use the cookie data in said variable in an XHR request? This would potentially overcome my problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论