allowOrigins
The origins that can access your function URL. You can list any number of specific origins, separated by a comma. For example: https://www.example.com
, http://localhost:60905
.
Alternatively, you can grant access to all origins using the wildcard character (*
).