You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to have whitelabel_headers_prefix, just like whitelabel_headers option in config.
Example whitelabel_headers=true whitelabel_headers_prefix="CustomName-" default will be "Webhook-"
Then
configured white label headers will be CustomName-id, CustomName-timestamp, CustomName-signature
default headers for whitelabel headers will be webhook-id, webhook-timestamp, webhook-signature
Motivation
Would be useful for clients to use their own specific header names