<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How to invoke api of Content-Type multipart/form-data using invokehttp processor in nifi in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366592#M239628</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to invoke api of Content-Type multipart/form-data using invokehttp processor in nifi.&lt;/P&gt;&lt;P&gt;It's not working for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has used the same, can you please share.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 11:11:29 GMT</pubDate>
    <dc:creator>Techie123</dc:creator>
    <dc:date>2023-03-21T11:11:29Z</dc:date>
    <item>
      <title>How to invoke api of Content-Type multipart/form-data using invokehttp processor in nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366592#M239628</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to invoke api of Content-Type multipart/form-data using invokehttp processor in nifi.&lt;/P&gt;&lt;P&gt;It's not working for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has used the same, can you please share.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 11:11:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366592#M239628</guid>
      <dc:creator>Techie123</dc:creator>
      <dc:date>2023-03-21T11:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to invoke api of Content-Type multipart/form-data using invokehttp processor in nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366597#M239630</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/98568"&gt;@Techie123&lt;/a&gt;&amp;nbsp;to add headers in invokeHttp just click the + sign to add a new dynamic property, and set key to "Content-Type" and value to "&lt;SPAN&gt;multipart/form-data".&amp;nbsp; &amp;nbsp;You will also need to make sure the rest of your invokeHttp is confirmed correctly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Depending on your version, you can also create and send an attribute called "Content-Type" of the same value.&amp;nbsp; Newest versions of NiFi will see a default property "Request Content-Type" which can also be set to attribute $mime-type which you can also define to suit your API.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One other suggestion,&amp;nbsp; make sure you are testing remote API Calls with something like postman to confirm all the required values.&amp;nbsp; &amp;nbsp;Then, work with NiFi after you have a known operational understanding for the api.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 12:48:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366597#M239630</guid>
      <dc:creator>steven-matison</dc:creator>
      <dc:date>2023-03-21T12:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to invoke api of Content-Type multipart/form-data using invokehttp processor in nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366600#M239631</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the same. I need to upload the file using this method. And also order of&amp;nbsp;&lt;SPAN&gt;dynamic properties important. You know, have can i achieve it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 12:57:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366600#M239631</guid>
      <dc:creator>Techie123</dc:creator>
      <dc:date>2023-03-21T12:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to invoke api of Content-Type multipart/form-data using invokehttp processor in nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366601#M239632</link>
      <description>&lt;P&gt;The file you need to send or upload to the api, should be the content of your flowfile that routes into InvokeHttp.&amp;nbsp; &amp;nbsp;So some upstream process should read the file, and send the content through success relationship to InvokeHttp.&amp;nbsp; &amp;nbsp;For example if this file is json,&amp;nbsp; I use GenerateFlowFile processor, put the json contents in there, then send to InvokeHttp.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 13:10:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366601#M239632</guid>
      <dc:creator>steven-matison</dc:creator>
      <dc:date>2023-03-21T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to invoke api of Content-Type multipart/form-data using invokehttp processor in nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366604#M239633</link>
      <description>&lt;P&gt;Yes, I am doing the same. And how to maintain the order of the dynamic properties in Invokehttp processor as the order is also important else it is saying bad request. Whenever i am adding those, these are automatically arranging the alphabetical orders instead the order on which i am adding&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 13:16:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-invoke-api-of-Content-Type-multipart-form-data-using/m-p/366604#M239633</guid>
      <dc:creator>Techie123</dc:creator>
      <dc:date>2023-03-21T13:16:37Z</dc:date>
    </item>
  </channel>
</rss>

