Original publication date: May 5, 2020
Question:
We can't get signature verification for webhooks to work. We have the correct signing secret.
Answer:
Each webhook in COS is signed with a standard HMAC with SHA256 hash. Make sure to base64 encode the computed hash value.
For more information, see https://docs.crbcos.com/docs/webhook-signatures.