First time using Twilio in a while, and trying to use .net core 5 with Twilio.Aspnet.Core is giving me some trouble. I am testing locally using ngrok and for whatever reason the form data passed is empty. This is causing my SmsRequest object to have null properties.
Hi,
First time using Twilio in a while, and trying to use .net core 5 with Twilio.Aspnet.Core is giving me some trouble. I am testing locally using ngrok and for whatever reason the form data passed is empty. This is causing my SmsRequest object to have null properties.
Any ideas? Could it be something with ngrok?