Webhook troubleshooting
A developer wants to confirm the expected signature for a payload before comparing it with a webhook header.
Inputs
- Message: order=8472&status=paid
- Secret: demo-secret
- Algorithm: SHA-256
Steps
- Import the secret as an HMAC key
- Sign the message
- Render the result as hex
Result
- The resulting signature can be compared with another system's output.