deveel / deveel.webhooks

A framework to enable the webhook management for the .NET stack
https://deveel.com
Apache License 2.0
9 stars 3 forks source link

Add Correlation Headers to Wehook Requests #42

Closed tsutomi closed 1 year ago

tsutomi commented 1 year ago

When sending webhooks requests to receivers, the sender service should introduce a set of headers to correlate the delivery session and the delivery attempts.

This addition should help both the sender and the receiver to better trace issues that might occurr during the delivery process of a webhook.