OtherHeaders Property
Other headers as determined by the user.
Data Type
StringDefault Value
""Remarks
This property optionally specifies headers to be included in addition to the headers generated by the task. The headers specified should be valid HTTP headers following the format:
Header: Value
To specify multiple headers enter one header per line. For instance setting:
X-Header1: Value1
X-Header2: Value2
Will result in a request with the following headers:
GET / HTTP/1.1
Host: www.nsoftware.com
Accept-Encoding: gzip, deflate
User-Agent: IPWorks HTTP Component - www.nsoftware.com
Connection: close
X-Header1: Value1
X-Header2: Value2