<?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: NiFi with proxy returning HTTP 403 on API upload in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NiFi-with-proxy-returning-HTTP-403-on-API-upload/m-p/242283#M204086</link>
    <description>&lt;P&gt;According to link &lt;A href="https://github.com/apache/nifi/pull/3024" target="_blank"&gt;Added the CORS filter to the templates/upload endpoint&lt;/A&gt;, this is not possible.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 20:31:15 GMT</pubDate>
    <dc:creator>f_reiz</dc:creator>
    <dc:date>2019-01-17T20:31:15Z</dc:date>
    <item>
      <title>NiFi with proxy returning HTTP 403 on API upload</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-with-proxy-returning-HTTP-403-on-API-upload/m-p/242282#M204085</link>
      <description>&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;I have NiFi behind a nginx server proxy, and when I try upload template I recieve HTTP 403. If I access directly I can upload template. Below are my config file nginx.&lt;/P&gt;&lt;PRE&gt;upstream nifi-app {
  ip_hash; 
  server node-01:8443;
  server node-02:8443;
}

server {
  listen 443 ssl;
  server_name nifi-server;

  ssl_certificate /etc/nginx/conf.d/cert.pem;
  ssl_certificate_key /etc/nginx/conf.d/key.pem;

  location /nifi {
    proxy_pass &lt;A href="https://nifi-app" target="_blank"&gt;https://nifi-app&lt;/A&gt;;
    proxy_set_header X-ProxyScheme https;
    proxy_set_header X-ProxyHost myhost.com;
    proxy_set_header X-ProxyPort 443;
    proxy_set_header X-ProxyContextPath /;
  }
}
&lt;/PRE&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:04:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-with-proxy-returning-HTTP-403-on-API-upload/m-p/242282#M204085</guid>
      <dc:creator>f_reiz</dc:creator>
      <dc:date>2022-09-16T14:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi with proxy returning HTTP 403 on API upload</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-with-proxy-returning-HTTP-403-on-API-upload/m-p/242283#M204086</link>
      <description>&lt;P&gt;According to link &lt;A href="https://github.com/apache/nifi/pull/3024" target="_blank"&gt;Added the CORS filter to the templates/upload endpoint&lt;/A&gt;, this is not possible.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 20:31:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-with-proxy-returning-HTTP-403-on-API-upload/m-p/242283#M204086</guid>
      <dc:creator>f_reiz</dc:creator>
      <dc:date>2019-01-17T20:31:15Z</dc:date>
    </item>
  </channel>
</rss>

