Hi,
I am able to send a Get request to a url say http://xyz.com?q=11111 and it is sending me a proper response. But when I am trying to send the same request through a gethttp processor or InvokeHttp processor in nifi, I get an authorization required error(status code 307 or 401). Calls to localhost like the nifi api are working fine.
Just so you know the request does not require any kind of authorization details.
nifi-http-error.png