USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Rebuild a URL replacing the scheme, host, or port
Parses the source URL and replaces any of the scheme, host, or port components with the supplied values. Components left blank are retained from the original URL. The resulting URL is stored in the result buffer.
| Parameter | Description |
|---|---|
| cmd | Source URL to modify |
| Argument 0 | New scheme (e.g. "https"); leave blank to keep original |
| Argument 1 | New host name; leave blank to keep original |
| Argument 2 | New port number; leave blank to keep original |
ReplaceURL "Source URL to modify", "New scheme (e.g. "https"); leave blank to keep original", "New host name; leave blank to keep original", "New port number; leave blank to keep original"