➜ ~ git:(master) ✗ curl -ivL http://127.0.0.1:8080/nifi-api/flow/processor-types * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0) > GET /nifi-api/flow/processor-types HTTP/1.1 > Host: 127.0.0.1:8080 > User-Agent: curl/7.64.1 > Accept: */* > < HTTP/1.1 200 OK HTTP/1.1 200 OK < Date: Fri, 28 Jun 2019 04:59:35 GMT Date: Fri, 28 Jun 2019 04:59:35 GMT < X-Frame-Options: SAMEORIGIN X-Frame-Options: SAMEORIGIN < Content-Security-Policy: frame-ancestors 'self' Content-Security-Policy: frame-ancestors 'self' < X-XSS-Protection: 1; mode=block X-XSS-Protection: 1; mode=block < Cache-Control: private, no-cache, no-store, no-transform Cache-Control: private, no-cache, no-store, no-transform < Content-Type: application/json Content-Type: application/json < Vary: Accept-Encoding Vary: Accept-Encoding < Vary: User-Agent Vary: User-Agent < Transfer-Encoding: chunked Transfer-Encoding: chunked < Server: Jetty(9.4.11.v20180605) Server: Jetty(9.4.11.v20180605) ➜ ~ git:(master) ✗ curl -ivL http://127.0.0.1:8080/nifi * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0) > GET /nifi HTTP/1.1 > Host: 127.0.0.1:8080 > User-Agent: curl/7.64.1 > Accept: */* > < HTTP/1.1 302 Found HTTP/1.1 302 Found < Date: Fri, 28 Jun 2019 04:58:38 GMT Date: Fri, 28 Jun 2019 04:58:38 GMT < Location: http://127.0.0.1:8080/nifi/ Location: http://127.0.0.1:8080/nifi/ < Content-Length: 0 Content-Length: 0 < Server: Jetty(9.4.11.v20180605) Server: Jetty(9.4.11.v20180605) < * Connection #0 to host 127.0.0.1 left intact * Issue another request to this URL: 'http://127.0.0.1:8080/nifi/' * Found bundle for host 127.0.0.1: 0x7fbaf5d122d0 [can pipeline] * Could pipeline, but not asked to! * Re-using existing connection! (#0) with host 127.0.0.1 * Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0) > GET /nifi/ HTTP/1.1 > Host: 127.0.0.1:8080 > User-Agent: curl/7.64.1 > Accept: */* > < HTTP/1.1 404 Not Found HTTP/1.1 404 Not Found < Date: Fri, 28 Jun 2019 04:58:38 GMT Date: Fri, 28 Jun 2019 04:58:38 GMT < X-Frame-Options: SAMEORIGIN X-Frame-Options: SAMEORIGIN < Content-Security-Policy: frame-ancestors 'self' Content-Security-Policy: frame-ancestors 'self' < X-XSS-Protection: 1; mode=block X-XSS-Protection: 1; mode=block < Cache-Control: must-revalidate,no-cache,no-store Cache-Control: must-revalidate,no-cache,no-store < Content-Type: text/html;charset=iso-8859-1 Content-Type: text/html;charset=iso-8859-1 < Content-Length: 322 Content-Length: 322 < Server: Jetty(9.4.11.v20180605) Server: Jetty(9.4.11.v20180605)