📌  相关文章
📜  iis access-control-allow-origin - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:22.739000             🧑  作者: Mango

代码示例2
For IIS6
1. Open Internet Information Service (IIS) Manager
2. Right click the site you want to enable CORS for and go to Properties
3. Change to the HTTP Headers tab
4. In the Custom HTTP headers section, click Add
5. Enter Access-Control-Allow-Origin as the header name
6. Enter * as the header value
7. Click Ok twice