Chars "&", "<", ">" are skipped twice at backend for safe encoding before generating the webhook signature. However this doesn't happen during webhook validation via utils. Idea here is to replace such characters in payload with their twice escape representation for correct webhook validation.
Chars "&", "<", ">" are skipped twice at backend for safe encoding before generating the webhook signature. However this doesn't happen during webhook validation via utils. Idea here is to replace such characters in payload with their twice escape representation for correct webhook validation.