参考您这博客里面第14条说的,在webconfig中添加了
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
<add name="Access-Control-Allow-Headers" value="AuthToken,Authorization, Origin, Content-Type, Accept, X-Requested-With" />
</customHeaders>
但是还是不能加载啊
,另外问一下 reportService:{ url: 'http://reverse-proxy.com'; };
<ActiveReports11>
<WebService publicURI="https://reverse-proxy.com"/>
</ActiveReports11>
是要添加在哪里呢 |