question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed WhatsApp Signature Validation

See original GitHub issue

Hey 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:open
  • Created 3 years ago
  • Comments:23

github_iconTop GitHub Comments

1reaction
florianmaximcommented, Jun 23, 2020

How about adding $request_uri in your nginx config proxy_pass part? http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass 圖片

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?

1reaction
tw0517twcommented, Jun 23, 2020

How about adding $request_uri in your nginx config proxy_pass part? http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass 圖片

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found