HTTP URL system metadata properties
The HTTP URL metadata type is used to store URL specific data. An example of its usage is to pass URL file data to the P8 connector so that it can be used for adding content to a document.
The input for this metadata source is a URL in the format
http://host:port/path?query#fragment
as
defined by the RFC standard.
Property | Description | Data type |
---|---|---|
RFC Fragment | The fragment identifier. | String |
RFC Host | The IP address or the fully qualified domain name of the host server. | String |
RFC Path | The URL path as defined by the RFC standard. It supplies the details of how the specified resource can be accessed. | String |
RFC Port | The port number used for communication with the host server. | Integer |
RFC Query | The query information. | String |
RFC URL | The complete URL (absolute) as defined by the RFC standard. | String |
URL Path Head | The portion of the URL path that includes the elements before the last slash (/). | String |
URL Path Tail | The portion of the URL path that contains the element after the last slash (/). If the path ends with a slash, the path tail is an empty string. | String |
URL Query Keys | The key-value pairs used as query information. The key-value
pairs are delimited by the ampersand (&) and the equal sign (=),
for example key1=value1&key2=value2 . |
String |
URL Tail Base | The portion of the path tail that precedes a dot (.). If a period does not exist, the tail base is equivalent to the path tail. | String |
URL Tail Extension | The portion of the path tail including and succeeding a dot (.). If a period does not exist, the tail extension is an empty string. | String |
URL Target Path | The portion of the URL path up to but not including the query. | String |
This metadata is produced by the following task:
- SP Get Versions