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
