We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473c9cc commit 185a3cbCopy full SHA for 185a3cb
apps/portal/src/app/insight/webhooks/payload/page.mdx
@@ -172,7 +172,7 @@ const isValidSignature = (
172
};
173
174
// extract the signature from request headers
175
-const signature = req.headers['x-signature'];
+const signature = req.headers['x-webhook-signature'];
176
// get the raw body of the request
177
const rawBody = req.rawBody;
178
0 commit comments