1.项目完成,部署到差此外iis版本上,跨域访谒有的通有的欠亨
解决步伐:
1.将庞大请求改为简单请求
2.代码中去失所有跨域设置,配置中添加或改削节点
<system.webServer>
<modules>
<add type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
</modules>
<validation validateIntegratedModeConfiguration="false" />
<httpProtocol>
<customHeaders>
<add value="*" />
<add value="POST,GET" />
<add value="x-requested-with,content-type,authorization,mypara,username" />
</customHeaders>
</httpProtocol>
</system.webServer>
架构师资料:加博主QQ:552343492
.net webapi项目跨域问题及解决方案
,