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
Webhook-Event (configured by Symfony\Component\Webhook\Server\HeadersConfigurator)
Webhook-Id (configured by Symfony\Component\Webhook\Server\HeadersConfigurator)
Webhook-Signature (configured by Symfony\Component\Webhook\Server\HeaderSignatureConfigurator)
In addition webhook is signed using sha256 algo.
Both HeaderConfigurator and HeaderSignatureConfigurator accepts these values as constructor arguments but there is no way to change these values without overriding service definitions.