图片加载报403错误-跨越问题

Failed to load resource: the server responded with a status of 403 (Forbidden)

 

方法一:

在html页面添加:<meta name="referrer" content="no-referrer" /> <!--img标签预加载网络图片-->

关于referrer的介绍可以参考https://www.jianshu.com/p/b12c5b4fd9df 

 

方法二:

在请求到的图片链接前面加上 https://images.weserv.nl/?url= (这是一个专门缓存图片的网址)

 

阿里云小图标:

https://www.iconfont.cn/collections/detail?spm=a313x.7781069.1998910419.de12df413&cid=12507

 

转发自: 图片加载报403错误-跨越问题_PPbrot的博客-CSDN博客_图片403错误

上一篇:OSS云存储上传文件报403错误状态码


下一篇:配置https后403的问题