Search code examples
azure-blob-storageazure-storage-queuesazure-storage-account

"The value for one of the HTTP headers is not in the correct format" from within azure portal


I have the following problem and cannot figure out where the problem is. I created a StorageV2 (general purpose v2) storage account a few days ago, created two blob containers and two queues in it. Then uploaded some data into the blobs and the queues and stoppt working with it. Now (the last three days), when I try to access the blob storage or the queues I receive the following error messages:

  • The value for one of the HTTP headers is not in the correct format
  • This request is not authorized to perform this operation using this permission.

Details see below screenshot:

 The value for one of the HTTP headers is not in the correct format.
The problem is, I access the account via azure portal, not via code, so the same way I created the storage account. So even with the exact same user.

Update: I tested with Edge and Firefox, both same errors. Funny thing is that I can access the queues and the blobs with the Azure Storage Explorer App.

Does anyone have any advice for me?


Solution

  • After a few days the problem disappeared by itself. I therefore assume that the cause lay with Microsoft. Thanks to all for the tips.