You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Paul Kelly <pk...@gmail.com> on 2020/02/25 08:31:46 UTC

InvokeHTTP filtering filename attribute

Hello,

Is there a reason InvokeHTTP is hardcoded to ignore the filename and path
attributes when sending a flow file?  If these could be added back in,
InvokeHTTP could be a nearly drop-in replacement for (the now deprecated)
PostHTTP processor's "Send as flow file" mode.  Otherwise it involves
copying these attributes to new attributes before sending, then copying
them back to the original attribute names on the receive side.

Thank you,
Paul