Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 801 Bytes

HttpForward.md

File metadata and controls

13 lines (8 loc) · 801 Bytes

HttpForward

Properties

Name Type Description Notes
Host string The subdomain this forward applies to, without the domain part. For instance, `www` in the context of the `example.com` domain signifies a forward for `www.example.com`. [optional]
Frame bool Whether to enable frame forwarding using an iframe embed. NOT recommended for a variety of reasons. [optional]
Url string The URL to forward to. Must include scheme, e.g. `https://` or `ftp://`. [optional]

[Back to Model list] [Back to API list] [Back to README]