Posted in Web How to validate the X-Hub-Signature header when using … November 13, 2019 X-Hub-Signature is the SHA1 hash of the raw request payload. When using Node.js, Express.js and body-parser, to get the raw request payload you have to use the body-parser verify function option. https://kiewic.com/validate-x-hub-signatue