/n software Adapters for BizTalk
/n software Adapters for BizTalk
Questions / Feedback?

OtherHeaders Property

Other headers as determined by the user.

Data Type

String

Default Value

""

Remarks

This property optionally specifies headers to be included in addition to the headers generated by the adapter. 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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
/n software Adapters for BizTalk - Version 16.0 [Build 7355]