Relative Content

Tag Archive for pythonfastapitwilio-api

Twilio Signature Validation – Python – Post Request Fail

I am trying to implement a python function to validate the post request signature. However, the expected signature (using the compute_signature) does not match what is provided by the Twilio request – so the validate function always returns False. I’ve tried a number of different permutations to get the form params, but cannot get the expected signature to match.