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:
| Field | Value |
|---|---|
| Algorithm | HMAC SHA-256 |
| Shared secret | your-webhook-secret |
| Header name | X-Hub-Signature-256 |
| Header content | sha256={signature} |
| Encoding | Hex |
X-Hub-Signature-256: sha256=<computed signature of the body>.