Does URL need to be a FQDN? Can it not just accept the host IP address?
On 16 February 2018 at 12:13:55 pm, Mike Thomsen ([email protected]) wrote: 1.5 introduced a new property: nifi.web.http.host Set that to the URL you want to use for accessing it. On Fri, Feb 16, 2018 at 6:19 AM, Sean Marciniak <[email protected]> wrote: > Hey team, > > I have NiFi running on a standalone VM and I try to directly connect to it > over http and I get this message: > > > ``` > System Error The request contained an invalid host header [x.x.x.x:8080] > in the request [/]. Check for request manipulation or third-party intercept. > ``` > I am trying to connect to it using the host machine’s IP address. This > error has only occurred oncer we had bumped to version 1.5 > Has there been a regression or is there an issue in progress to solve this? > > Thank you, > > Sean. >
