Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
 
 

http-redirect

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.