|
WSYBASE/StringFunctions.WebServer.URLStringToURLStructure
WSYBASE/StringFunctions.Server.URLStringToURLStructure
| Field | Variable | ...as | Description |
|---|---|---|---|
| URLString | Input | Input | The URL string to be broken down |
| URLStructure.Protocol | Output | Output | The protocol of the URL |
| URLStructure.HostName | Output | Output | The hostname of the URL |
| URLStructure.Port | Output | Output | The port of the URL string |
| URLStructure.Path | Output | Output | The path part of the URL string |
Break down a URL string to its components.