DEV Community

Discussion on: Twilio Hackathon Help Thread

Collapse
 
dkundel profile image
Dominik Kundel

I'm glad you were able to unblock yourself. Yes you have to use the app.use(bodyParser.urlencoded({ extended: false})) option because Twilio performs HTTP POST requests with the data type of application/x-www-form-urlencoded and Express has removed automatic body parsing from their implementation some time ago.