Dynamic Attribute Naming

2021-01-05 Thread Eric Secules
Hello, I was wondering if it's possible to name an attribute based on an EL statement like MyAttr.${fragment.index} Then when flow files are merged back together all the attributes are preserved. Thanks, Eric

InvokeHTTP Preserve Cookies Through Redirect

2021-01-05 Thread Shawn Weeks
I’m trying to use InvokeHTTP to pull data from a rest endpoint that is using 2-way ssl. The login process is done automatically via redirects and I can get the service to work using curl with the “-c cookie.file” option and -cert and -key and -L. I’m trying to replicate this with InvokeHTTP but