-
Please help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's because GDPR topics aren't part of the base webhook system. They're just POST routes, so in dev mode you can add in a conditional to skip the check or reverse and create your own HMACs and pass in the headers to your requests. To see how to create your own HMAC, read through the middleware and generate it. |
Beta Was this translation helpful? Give feedback.
It's because GDPR topics aren't part of the base webhook system. They're just POST routes, so in dev mode you can add in a conditional to skip the check or reverse and create your own HMACs and pass in the headers to your requests. To see how to create your own HMAC, read through the middleware and generate it.