gpt4 book ai didi

asp.net - 如何在 IIS 上为每个文件夹添加 CORS header ?

转载 作者:可可西里 更新时间:2023-11-01 15:20:06 25 4
gpt4 key购买 nike

我的网站上有一些图片需要启用跨域访问,但我不想将其添加到所有图片。我知道我可以这样做:

<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>

但是有没有一种方法可以将自定义 header 限制为我网站上的一个文件夹?

最佳答案

是的,有。只需在该文件夹中创建一个新的 web.config 文件,它将仅应用于该文件夹。

关于asp.net - 如何在 IIS 上为每个文件夹添加 CORS header ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18122239/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com