Re: Invoke HTTP custom headers.

2018-09-11 Thread Bryan Bende
Hello, The "Attributes to Send" property is a regular expression, so you should be able to put ".*" to send all flow file attributes as headers, or you can make a pattern that matches a group of attributes that follow some naming convention. Thanks, Bryan On Mon, Sep 10, 2018 at 6:22 AM,

Invoke HTTP custom headers.

2018-09-10 Thread Dnyaneshwar Pawar
Hi All, We want to pass the custom headers to third party rest application through InvokeHttp processor. We know this can be achieved by using 'attribute to send' and 'dynamic properties', however both of these needs key name. While on our case we don't know key/value or even how many