作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<img src="https://scontent-jnb1-1.cdninstagram.com/v/t51.2885-15/e15/242204298_1728375270686500_5634415857798350440_n.jpg?_nc_ht=scontent-jnb1-1.cdninstagram.com&_nc_cat=104&_nc_ohc=3O8LpuGJsdUAX_E1Dxz&edm=AHlfZHwBAAAA&ccb=7-4&oh=0a22779e81f47ddb84155f98f6f5f75f&oe=6148F26D&_nc_sid=21929d">
当我直接通过浏览器访问 URL 时,我看到了图像。但它没有出现在我的网站上
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin
当我用谷歌搜索这个问题可能是由于一些 CORS 政策问题。
<img src="https://scontent-jnb1-1.cdninstagram.com/v/t51.2885-15/e15/242204298_1728375270686500_5634415857798350440_n.jpg?_nc_ht=scontent-jnb1-1.cdninstagram.com&_nc_cat=104&_nc_ohc=3O8LpuGJsdUAX_E1Dxz&edm=AHlfZHwBAAAA&ccb=7-4&oh=0a22779e81f47ddb84155f98f6f5f75f&oe=6148F26D&_nc_sid=21929d">
最佳答案
这应该解决它
helmet({
crossOriginResourcePolicy: false,
})
关于javascript - ERR_BLOCKED_BY_RESPONSE.NotSameOrigin CORS 策略 JavaScript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69243166/
这是我从 api 获得的图像 URL https://scontent-jnb1-1.cdninstagram.com/v/t51.2885-15/e15/242204298_172837527068
我是一名优秀的程序员,十分优秀!