HTTP driver configuration
Within this configuration file, general settings for the HTTP plugin are configured.
File location
<WorkspaceDirectory>\ConfigFiles\xio.HTTP.cfg
Â
Parameter | Description | Scope | Unit | Default value | Version |
---|---|---|---|---|---|
xio.Http.TimeOut | The timeout that the server waits for an answer to an HTTP request. | 1 – 65535 | ms | 5000 |  |
xio.Http.ValueTag | The tag that is used to indicate the item value within the update resource. | string | none | @value@ | Â |
xio.Http.BearerRefreshTag | Specifies the tag that is used to insert the bearer refresh token within the bearer update resource | string | none | @refresh@ | >= 1.1.0 |
xio.Http.Language | The country code which is used for data conversion. Default (if left empty) is invariant culture. | string | none | empty | Â |
xio.Http.ProxyUri | The URI of a web proxy that shall be used. If empty, no proxy is used. | string | none | empty | Â |
xio.Http.ProxyUser | The user name for the proxy connection. If empty, no authentication to the proxy is done. | string | none | empty | Â |
xio.Http.ProxyPassword | The password for the proxy connection. If empty, no authentication to the proxy is done. | string | none | empty | Â |
xio.Http.VerifyTlsServerCertificate | If deactivated, invalid TLS server certificates will be ignored. | boolean | true / false | true | >= 1.1.0 |
Â