1 Answers

0
votes

403 error while using angular-azure-blob-service

If you want to send a cross-origin request successfully, the request must match the CORS configuration including the request origin, headers & response headers. For more information please refer to Cross-Origin Resource Sharing (CORS) Support for the Azure Storage Services.

You could add the CORS setting for storage blob service. By default, CORS is disabled for each service

enter image description here

You can also use the wildcard character '*' to allow all origin domains to make requests via CORS.