Prepare the receiver
- Accept the raw HTTP request body before JSON parsing.
- Verify
Linktrail-Signatureagainst the raw body andLinktrail-Timestampusing the documented signing procedure and an allowed timestamp window. - Deduplicate by
Linktrail-Delivery-Id. - Persist accepted work before acknowledging success, then process it outside the request when needed.