在Manifest.json中添加allow-access-control-origin

时间:2018-02-11 09:14:47

标签: html json google-chrome cors manifest.json

我使用跨域清单文件。使用代码:

<link href='https://universalmanualapp.firebaseapp.com/manifest.json' rel='manifest'/>

但Crome显示错误:

Failed to load https://universalmanualapp.firebaseapp.com/manifest.json: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.universalmanual.com' is therefore not allowed access.

我在Index.html中添加了Access-Control-Allow-Origin代码,但它没有用。

0 个答案:

没有答案