Looking at the MSDN documentation for Get Blob and Get Blob Properties. Both requests are looking the same
"https://myaccount.blob.core.windows.net/mycontainer/myblob"
Get Properties: https://msdn.microsoft.com/en-us/library/dd179440.aspx
Get Blob Properties: https://msdn.microsoft.com/en-us/library/dd179394.aspx
I must be missing a point?
The HTTP method of "Get Blob" is GET, but the HTTP method of "Get Blob Properties" is HEAD.
The response of "Get Blob" is blob properties (in response headers) and blob content (in response body), but the response of "Get Blob Properties" only contains blob properties in headers.
From the Get Blob Properties page,
It does not return the content of the blob.
I believe that's the difference between these two
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With