X-Scalev-Hmac-Sha256 header. This signature is created using your Signing Secret as the key in an HMAC-SHA256 algorithm. To validate each request:
- Extract the signature from the
X-Scalev-Hmac-Sha256header - Calculate your own HMAC-SHA256 digest using your Signing Secret
- Compare your calculated digest with the received signature

