Fields
Sample data
This feature signs outgoing requests rather than transforming data, so there is no before/after to show. A typical configuration for GitHub-style webhook signing, which uses HMAC SHA-256 with asha256= prefix, looks like this:
With these settings, every request carries a header such as
X-Hub-Signature-256: sha256=<computed signature of the body>.