Making outbound HTTP requests
HTTP support is only available in our JavaScript and Python runtimes.
http
request parameter.
Allowed host patterns
Values of thehost
parameter within an allowed HTTP request configuration support two types of pattern matching.
*
matches all hosts*.example.com
matches all subdomains ofexample.com
, but notexample.com
itself