Azure Blob: “The condition specified using HTTP conditional header(s) is not met”

后端 未结 3 684
温柔的废话
温柔的废话 2020-12-11 02:38

I got this exception when I run my application. It happens also in the real Azure blob storage.

I\'ve caught with Fiddler the request that creates this problem:

3条回答
  •  一生所求
    2020-12-11 03:00

    One thing that comes to mind is that the ETag in

    If-Match: 0x8CDA190BD304DD0
    

    is malformed; a valid (strong) etag is always in double quotes.

    Dunno whether this has something to do with your problem, though.

提交回复
热议问题