<?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 Re: using NIFI HttpListen Processor to get data from a webhook in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Receiving-Webhook-Data-in-Apache-NiFi-Using-the-ListenHTTP/m-p/192878#M255018</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10486/simrank.html" nodeid="10486"&gt;@Simran Kaur&lt;/A&gt; &lt;/P&gt;&lt;P&gt;All ports 1024 and below are considered reserved as privileged ports and can be only used/bound to by process run by the root user.&lt;/P&gt;&lt;P&gt;NiFi can use these ports if it is running as the root user.&lt;/P&gt;&lt;P&gt;The alternative is to setup your ListenHTTP processor to run on a non privileged port and then set up port forwarding in your iptables to redirect incoming requests to a privileged port to that non privileged port you are using in NiFi:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8081&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2017 20:51:33 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2017-05-31T20:51:33Z</dc:date>
    <item>
      <title>Receiving Webhook Data in Apache NiFi Using the ListenHTTP Processor</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Receiving-Webhook-Data-in-Apache-NiFi-Using-the-ListenHTTP/m-p/192877#M255017</link>
      <description>&lt;P&gt;1. I am trying to get data from&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.appsflyer.com/hc/en-us/articles/207034356-Push-APIs-Real-Time-Installation-and-Conversion-Notification-APIs" target="_blank" rel="noopener"&gt;https://support.appsflyer.com/hc/en-us/articles/207034356-Push-APIs-Real-Time-Installation-and-Conversion-Notification-APIs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The page say:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;NOTE&lt;/EM&gt;: Push API only supports the use of port 80 and 443.&lt;/P&gt;
&lt;P&gt;I believe I can use NIFI to stream data from a webhook. My question is how to run the HttpListen Processor on port 80 or 443. I tried putting these ports in there and that seems to not work.&lt;/P&gt;
&lt;P&gt;Secondly, I tried posting to my small workflow in Nifi that has just two components httplistener and putHDFS.&lt;/P&gt;
&lt;P&gt;It just shows the bytes stuck in the queue and not being written to hdfs.&lt;/P&gt;
&lt;P&gt;Besides how do I run this on port 80 or 443 as these are the only two ports supported. Are there any other processors I could possibly use?&lt;/P&gt;
&lt;P&gt;Any help me is appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2026 03:55:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Receiving-Webhook-Data-in-Apache-NiFi-Using-the-ListenHTTP/m-p/192877#M255017</guid>
      <dc:creator>simran_k</dc:creator>
      <dc:date>2026-06-05T03:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: using NIFI HttpListen Processor to get data from a webhook</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Receiving-Webhook-Data-in-Apache-NiFi-Using-the-ListenHTTP/m-p/192878#M255018</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10486/simrank.html" nodeid="10486"&gt;@Simran Kaur&lt;/A&gt; &lt;/P&gt;&lt;P&gt;All ports 1024 and below are considered reserved as privileged ports and can be only used/bound to by process run by the root user.&lt;/P&gt;&lt;P&gt;NiFi can use these ports if it is running as the root user.&lt;/P&gt;&lt;P&gt;The alternative is to setup your ListenHTTP processor to run on a non privileged port and then set up port forwarding in your iptables to redirect incoming requests to a privileged port to that non privileged port you are using in NiFi:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8081&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 20:51:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Receiving-Webhook-Data-in-Apache-NiFi-Using-the-ListenHTTP/m-p/192878#M255018</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-05-31T20:51:33Z</dc:date>
    </item>
  </channel>
</rss>

