我将字体引用放到子域中,我使用这样:
<link href="https://cdn.example.com/Styles/font-awesome.min.css" rel="stylesheet" />
来自原点的字体&#39; https://cdn.example.com&#39;已被跨源资源共享策略阻止加载:No&#39; Access-Control-Allow-Origin&#39;标头出现在请求的资源上。起源&#39; https://example.com&#39;因此不允许访问。
我找到了一个解决方案,但它对我没有帮助,我认为原因是我使用的是https
而不是http
。
Serving contain to sub domains from an MVC / IIS web application