Icon Headers Property

property Headers: TStrings

Usage

Available In: Client and Server Applications

Specifies any additional headers to be sent with the web server request.

Information All necessary headers will be automatically populated by the web browser, so only use this property for specifying headers that are necessary for the web server request, such as a Content-Type header when sending content to the web server in the Content property.
Image