Do HTTP RANGE headers work with Azure Blob Storage Shared Access Signatures?

前端 未结 4 534
礼貌的吻别
礼貌的吻别 2020-12-31 18:35

I\'m using Azure Blob Storage to store media files and providing access to these files using Shared Access Signatures; everything is working well in this regard.

How

4条回答
  •  感情败类
    2020-12-31 19:21

    Yes, it works. I've used SAS to stream video to mobile phones, which use Range headers.

    Its easy to verify with a bit of code too.

提交回复
热议问题