“Authentication not in correct format” when setting Azure Blob Service Properties (REST API)

前端 未结 3 1223
死守一世寂寞
死守一世寂寞 2021-01-20 23:43

I am trying to set CORS rules on my Azure Blob Storage account by following these instructions.

This is the error I receive after making my request:

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-21 00:11

    For people reaching this page and wondering why you get this error even though you are using a Shared Access Signature URL, then you most likely are sending YOUR APP token to Azure. Make sure to NOT include the Authorization header in this case.

提交回复
热议问题