CData FireDAC Components for REST 2017 - Online Help
Questions / Feedback?

Custom Headers

CData FireDAC Components for REST 2017 - Build 17.0.6634

Other headers as determined by the user (optional).

Syntax


property CustomHeaders: String;

Data Type

String

Default Value

""

Remarks

This property can be set to a string of headers to be appended to the HTTP request headers created from other properties, like ContentType, From, etc.

The headers must be of the format "header: value" as described in the HTTP specifications. Header lines should be separated by CRLF (the carriage return and line feed characters).

Use this property with caution. If this property contains invalid headers, HTTP requests may fail.

This property is useful for fine-tuning the functionality of the component to integrate with specialized or nonstandard APIs.

 
 
Copyright (c) 2018 CData Software, Inc. - All rights reserved.
Build 17.0.6634.0