Hi I am using below command to access hadoop service.
curl -ik -u guest:guest-password -H "Accept: text/xml" -X GET ' https://192.168.44.11:8443/gateway/sandbox/hbase' i do not want to pass username and password over the network. so is there any mechanism so i can pass some tokens or api-key so i can hide user-name and password . Regards Prateek
