Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 514 Bytes

HTTP Redirect

This Function redirects a request from Twilio Functions to another URL by setting the Location header to the respective URL.

Environment variables

This Function expects the following environment variables set:

Variable Meaning Required
HTTP_REDIRECT_URL A URL to redirect the requests to Yes

Parameters

This Function doesn't expect any parameters passed.