Failed WhatsApp Signature Validation
See original GitHub issueHey there! Thank you for this great project! Unfortunalety I’m having trouble connecting twilio (live credentials) to my whatsapp webhook (other webhooks work great)… Twilio is trowing an “11200” errorCode containing this body:
{ "error": { "message": "WhatsApp Signature Validation Failed!", "request": { "rawBody": "xxx", "headers": { "x-twilio-signature": "xxxLzNwapQY4rGkb+mVFYO2I2jI=" } } } }
Any help would would be appreciated!
Issue Analytics
- State:
- Created 3 years ago
- Comments:23
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s already inside a location block:
location /api/ { proxy_pass http://nodejs:3000;
So I’m relatively sure I don’t need the
$request_uri
in here, or do I?How about adding
$request_uri
in your nginx configproxy_pass
part? http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass