Skip to content

Commit 296563a

Browse files
Update content/faq/raw-body.md
Co-authored-by: Kamil Mysliwiec <[email protected]>
1 parent 964aaa2 commit 296563a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/raw-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
One of the most common use-case for having access to the raw request body is performing webhook signature verifications. Usually to perform webhook signature validations the unserialized request body is required to calculate an HMAC hash.
44

5-
> warning **Warning** Due to limitations, you can only use this feature if you have the built-in global body parser middleware enabled, ie., you must not pass `bodyParser: false` when creating the app.
5+
> warning **Warning** This feature can be used only if the built-in global body parser middleware is enabled, ie., you must not pass `bodyParser: false` when creating the app.
66
77
#### Use with Express
88

0 commit comments

Comments
 (0)