Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The StringToSIgn is then encoded using the HMAC-SHA256 algorithm for the UTF-8-encoded signature string which is then passed to the request URI as a sig parameter to SAS Token:

Code Block
titleAuthorization header format
collapsetrue
sig=$signature

where $signature encoded StringToSign.

Encoding Signature String

...