Support Access Control Allow Credentials for functions and web apps.
See original GitHub issueenable_cors ["*"]
Results in:
Unhandled exception. System.UriFormatException: Invalid URI: The format of the URI could not be determined.
From the Azure Portal:
To allow all, use “*” and remove all other origins from the list.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Enable Access-Control-Allow-Credentials header in Azure ...
On the Azure Portal, navigate to your Web App. Navigate to API > CORS. There is now a checkbox for Enable Access-Control-Allow-Credentials ....
Read more >Access-Control-Allow-Credentials - HTTP - MDN Web Docs
The Access-Control-Allow-Credentials header works in conjunction with the XMLHttpRequest.withCredentials property or with the credentials option ...
Read more >Note needed about Enabling Access-Control-Allow- ...
Since the az functionapp cors command allows adding/removing/showing origin URLs, I was expecting this same command to allow enabling ...
Read more >Azure Functions Access-Control-Allow-Credentials with CORS
When a client sends an Origin header to the server, the client would expect a result with the Access-Control-Allow-Origin header with a value...
Read more >Simplifying security for serverless and web apps with Azure ...
The Access-Control-Allow-Credentials header can also be enabled in the local Functions host for development purposes, thanks to a fantastic.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tried and failed, need a better grasp of F#. Will have to pass on finishing this myself.
@isaacabraham - yes that maps to the
supportCredentials
propery on theCorsSettings
object.I’ll re-open / rename this ticket to track the work of adding that in?