blazor-starter icon indicating copy to clipboard operation
blazor-starter copied to clipboard

Configure Cross-Origin Resource Sharing (CORS) locally

Open tan1193 opened this issue 2 years ago • 0 comments

You won't have to worry about Cross-Origin Resource Sharing (CORS) when you publish to Azure Static Web Apps. Azure Static Web Apps automatically configure your app to communicate with your API on Azure using a reverse proxy. But when running locally, you need to configure CORS to allow your web app and API to communicate.

Now, prompt Azure Functions to allow your web app to request HTTP to the API on your computer.

tan1193 avatar Aug 19 '23 04:08 tan1193