I'm trying to make invokeHTTP processor to send multipart/form-data request, and I cant figure out how.
- Does it support it? Can I set the Content-Type property to multipart/form-data ?
- How should I add my FlowFile to the body under the right form ?
- How can I add forms?
Thanks!