Twilio push notification Webhook validation in C#

234 Views Asked by At

Has anyone experience with this subject? On the Twilio docs, while there are several C# snippets for every step, this one has been completely missed: https://www.twilio.com/docs/authy/validation It's the last step in a Twilio Authy push notification chain, where on the server you have a webhook and should validate integrity of incoming POST from Twilio. Exemples for this step are only node and ruby. I tried to convert to C# but the steps for key verification are many and complex that just a wrong char will mess up the final checksum result. Does any of you already have this code working in production with C#? I made everything work, but I'm not validating X-Authy-Signature in the last step so at the moment I'm not using it. Thanks for your help

0

There are 0 best solutions below