HTTP Request Options

You can use the following configuration parameters to configure HTTP requests sent by the connector to the data repository:

Parameter Type Default Description
AcceptCompressedEncodings Boolean True Specifies whether to accept compressed responses to HTTP requests.
EnableHTTPTrace Boolean False Specifies whether to log information for troubleshooting the connection.
EnableHTTPTraceTimestamps Boolean False Specifies whether to add timestamps to the HTTP trace log file, every time the data transfer direction changes.
HttpConnectTimeout Time Duration 60s The maximum amount of time to wait for the server to respond when establishing a connection.
HttpReadTimeout Time Duration 60s The maximum amount of time to wait to receive data.
ProxyHost String   The host name or IP address of the proxy server to use.
ProxyPassword String   The password to use to authenticate with the proxy server.
ProxyPort Integer   The port of the proxy server to use.
ProxyUsername String   The user name to use to authenticate with the proxy server.
SSLConfig String The current section The name of a section in the configuration file that contains the SSL settings to use.
UserAgent String   The value to use for the User-Agent request header.
UseSystemProxy Boolean False A Boolean value that specifies whether to obtain details about your HTTP proxy from the system.