[#1265] Webhook Signature

Migrated from Redmine #1265 | Author: Viacheslav Yepancha
Status: Feedback | Priority: Low, I can wait | Created: 2024-08-27


How to verify the webhook signature? I receive the X-Signature header and signature algo, but I cannot find the step-by-step how to create the signature

Dmytro Bondarev wrote:

Hi, it is hmac of body request.
algorithm sha256 (you can see it in signature_algo field).

Viacheslav Yepancha wrote:

Thank you, it works!