1

我创建了一个Azure 静态 Web 应用程序,其中包含一个角度应用程序和一个C# 中的Azure 函数 API。它在生产中工作。现在我想在我的笔记本电脑的 4200 端口上运行 Angular 应用程序,地址为http://localhost:4200,并连接到生产环境中的Azure Function API以进行开发和测试。

尝试连接时出现以下错误:

Access to XMLHttpRequest at 'https://yyy.azurestaticapps.net/api/users_get/users' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

我在 Azure 中看不到任何设置CORS的设置。如何在生产环境中从笔记本电脑连接到 Azure Function API 而不会出现CORS错误?

4

0 回答 0