Nifi version : 2.0.0-M4
Running this on the server returns code 200 and json.
curl —V location 'http://some-url:8787/api/v1/winning-parties' --header 'X-API-KEY: some-token'
Here is the InvokeHttp processor configuration:
What I tried :
- changing the User Agent : nifi/version 2.0.0-M4
- enabling HTTP/2
- removing the extra attributes even the authorization one.
Please advice, nothing seems to work.