如何避免PWA中的CORS问题

时间:2017-12-01 06:47:08

标签: html html5 amazon-s3 progressive-web-apps lighthouse

我们开始实施PWA,作为实施的一部分,我从amazon s3存储桶导入manifest.json。获得以下错误。

  

无法加载this post'Access-Control-Allow-Origin'标题出现在请求的

我在index.html文件中编写了以下代码

 <link rel="manifest" crossorigin="anonymous" href="https://abcdefghij.com/static/pwa/Manifest.json"/>
如果有人帮忙,

会很感激。

2 个答案:

答案 0 :(得分:1)

您的https://abcdefghij.com/服务器是否支持跨源请求?

有关详细信息:https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

enter image description here

答案 1 :(得分:0)

我不建议禁用CORS。但是你可以使用S3存储桶列出很少来源。 CORS必须在服务器端you can use this as a reference 上设置,假设您使用的是Node

For S3 use this