Skip to content
Advertisement

Tag: twilio-api

Enable CORS from a Node.JS Callback Function

I’m attempting to use Twilio Functions to handle token generation for my Twilio application. I previously was using a Node.js + Express Server to accomplish this, but I do not know how to figure out enable CORS in this type of environment. My Client Code looks like this: My function code looks like this: }; Worth noting, the console.log proves

Advertisement