Re: Unable to access NIFI Rest api of another server in secured mode.

2017-04-04 Thread Matt Gilman
Nijandan, I can't tell how you're creating your request based off your message. I would say to make sure you are setting the Authorization as an HTTP header and not part of the body of the request. Matt On Tue, Apr 4, 2017 at 3:11 AM, Nijandan D wrote: > Hi, > > I am

Unable to access NIFI Rest api of another server in secured mode.

2017-04-04 Thread Nijandan D
Hi, I am trying to access NIFI rest api of another server from my machine using ajax like below, url:"https://serverip:port/api/;, {Authorization : 'Bearer ' + 'access token here'} But unable to access Nifi rest api of another server in secured mode. Any help appreciated. Thanks, Nijandan D