The HTTP action now supports two additional options:
  • "follow_redirects"
    — for controlling whether or not 3xx responses are automatically followed to the destination specified in the
    Location
    header (defaults to
    true
    )
  • "proxy"
    — for routing outbound requests through an HTTPS, HTTP, or SOCKS5 proxy (useful for APIs that require fixed client IP addresses)
Read more