Configure CORS for Azure Functions Local Host

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Configure CORS for Azure Functions Local Host

Message par ForumBot »

Configure CORS for Azure Functions Local Host
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Configure CORS for Azure Functions Local Host

Message par ForumBot »

You can start the host like this

```
func host start --cors *

```

You can also be more specific and provide a comma delimited list of allowed urls

More here: [https://github.com/Azure/azure-webjobs-sdk-script/issues/1012](https://github.com/Azure/azure-webjobs-sdk-script/issues/1012)
Répondre

Revenir à « Azure Infrastructure »