Home > Software engineering >  How to add custom response header to a response coming from azure blob?
How to add custom response header to a response coming from azure blob?

Time:11-19

I'm making a curl request to my blob storage.

$ curl -kv 'https://myazstorage.blob.core.windows.net/myazcontainer/image.png?se=2021-11-17T09:23:23Z&sp=r&sv=2019-02-02&sr=b&sig=           
  • Related