Format
Construct a URL string from individual components.
Input
Field | Definition | Type | Required |
---|---|---|---|
protocol |
The URL protocol field. For example, http or https. |
Text |
FALSE |
host |
The fully qualified domain name. |
Text |
TRUE |
port |
The port number. Typically, this value is 80 for http and 443 for https. |
Number |
FALSE |
path |
The resource path within the host. |
Text |
FALSE |
query |
The query string, without the |
Text |
FALSE |
Output
Field | Definition | Type |
---|---|---|
url |
The formatted URL value. |
Text |