<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Methods" value="OPTIONS,POST,GET"/>
<add name="Access-Control-Allow-Headers" value="x-requested-with,content-type"/>
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>
</system.webServer>

相关文章:

  • 2022-01-11
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-11-05
  • 2022-01-01
猜你喜欢
  • 2021-07-16
  • 2021-05-17
  • 2021-12-04
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案