I think he means the http post proccesor. https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.6.0/org.apache.nifi.processors.standard.PostHTTP/index.html
The (content) param is passed as processor variable/param How have you debug that no param os passed? Have you tried the INVOKEHTTP? Is easier to set the headers... -------------------------------------------------- David Sanchez Plaza Mobile: +86-17722639223/+55-11940457321/+34-609068476 Email: david.sanchez.pl...@huawei.com<mailto:david.sanchez.pl...@huawei.com> From:Pierre Villard <pierre.villard...@gmail.com> To:dev <dev@nifi.apache.org> Date:2019-12-27 22:05:12 Subject:Re: Post Call on Https Hi Hemant, I'm not sure to understand what you mean. Are talking about a processor that you are using, if yes, which one are you using? Or you're talking about the NiFi API? Thanks, Pierre Le ven. 27 déc. 2019 à 14:26, Hemant Vasantrao Chandekar < hemant.vasantrao.chande...@jci.com> a écrit : > Hi, > > I have tried to call Https Post API with following content type > Content-type: application/json, text/plain, */* > > Not able to set body paramerters and headers for the same. > > Any help will be appreciate. > > Thanks & Regards, > Hemant > > >