我是靠谱客的博主 秀丽蜜粉,最近开发中收集的这篇文章主要介绍Uncaught SecurityError: Failed to read the 'localStorageQWebEngineView 设置 token,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
QWebEngineView 设置 token
需求描述
- 在客户端中嵌入页面, 但是不需要显示登陆页面
- 处理方案:
- 通过登陆接口,获取到 token
- 将 token 写入到浏览器缓存中(类似记住密码)
- 再访问页面
问题
读取 localStorage 失败
[10816:3796:0612/140148.763:INFO:CONSOLE(1)] "Uncaught SecurityError: Failed to read the
'localStorage' property from 'Window': Access is denied for this document.",
source: chrome-error://chromewebdata/ (1)
原因
- 无法对未访问过的页面服务,设置浏览器缓存?
解决方法
- chrome 在将 token 设置到缓存之前,先访问该服务的一个页面,然后再写入 token
最后
以上就是秀丽蜜粉为你收集整理的Uncaught SecurityError: Failed to read the 'localStorageQWebEngineView 设置 token的全部内容,希望文章能够帮你解决Uncaught SecurityError: Failed to read the 'localStorageQWebEngineView 设置 token所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复