twilio-labs / twilio-aspnet

Integrate Twilio Programmable Messaging and Voice with ASP.NET Respond to webhooks with TwiML in seconds
Apache License 2.0
59 stars 30 forks source link

.net core SmsRequest FormData empty #31

Closed MattHartz closed 3 years ago

MattHartz commented 3 years ago

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?

image

MattHartz commented 3 years ago

Nevermind, i think this is Ngrok

image