Search code examples
plivo

How to validate X-PLIVO-SIGNATURE


We are using plivo to send/receive SMS messages. We have a webhook configured to receive the messages sent by a customer. We want to validate if the request infact originated from plivo. Can anyone please tell me how to validate using the auth token we have?


Solution

  • The Plivo documentation here has a section about how to verify the signature of an incoming webhook request (it's using HMAC).