Azure Storage: 403 Server failed to authenticate the request

后端 未结 2 1358
说谎
说谎 2020-12-17 19:53

I\'ve search here and in Google but I can\'t find a solution.

With my C# code I want to read a file from Azure Storage Blob. The code (only 6 line) works very well i

2条回答
  •  执笔经年
    2020-12-17 20:34

    This was also reported on our GitHub page here: https://github.com/Azure/azure-storage-net/issues/171

    Our leading theory is that a caching proxy might be in between the client and the server affecting your requests.

    We're still investigating and will let you know.

提交回复
热议问题