An HTTP Datasource defines a web site, a web service or some other target that allows XML, HTTP or text data to be collected from it, or exported to it, over HTTP. Data is collected from an HTTP Datasource using an HTTP Collector, and exported to an HTTP Datasource using an HTTP Exporter.
...
Field | Description | ||
---|---|---|---|
Name | Name of the HTTP Datasource. | ||
Enabled | Tick when the configuration is complete and the HTTP datasource is ready to be used. | ||
Allow Anonymous Export | You should tick this flag if either:
| ||
Use User Credentials on Export | When this flag is ticked, the current logged-in user's own PhixFlow username and password will be used to connect to the target http datasource when an exporter is used interactively. Note that this means that the username/password must exist on the target system. There are two other configuration items that affect http datasource behaviour:
| ||
Protect during import | Tick this field to prevent this HTTP datasource being updated or deleted during import. | ||
Connection Type | Choose from one of:
| ||
The following options are only available when Connection Type = https | |||
Check Certificate | Tick if you want to validate the web site's security certificate. This will check that the web site's certificate matches the web site address, is signed by a valid certification authority, and has not expired. | ||
SSL Protocol |
The SSL Protocol selects a list of actual protocols that are supported, and enables a sub-set of that list. If this field is blank, PhixFlow will select a default value which will work in almost all cases. Valid settings depend on the version of Java that PhixFlow is running under. These are the allowed values for Oracle's Java 8: TLS, TLSv1, TLSv1.1, TLSv1.2 | ||
SSL Protocols Enabled |
This field specifies the SSL Protocols that should be enabled (as a comma-separated list). E.g. SSLv3,TLSv1,TLSv1.1,TLSv1.2 If this field is blank, the SSL Protocol (above) determines the Protocols that are enabled. | ||
Datasource Instance Details HTTP Datasource Instances define the connection details to an HTTP target. A number of instances can be defined to allow for several connections under a single HTTP Datasource. At least one HTTP Datasource Instance must be defined for each HTTP Datasource. | |||
Name | Name of the HTTP datasource instance. This must be unique, although one instance may be named "Default". Typically, if a datasource has only one instance then it usually named "Default". | ||
Username | The anonymous username configured to access the HTTP datasource instance. | ||
Password | The password for the anonymous username configured to access the HTTP datasource instance. | ||
URL | URL of the HTTP target for this instance, without the leading http:// prefix. E.g. rss.slashdot.org/Slashdot/slashdot This field is made available as the _url internal variable in the Collector or Exporter Url Expression. | ||
Description | Optional: description of this datasource instance. | ||
Description | |||
Description | Optional: description of this datasource. |
...