Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Sai,I tried the curl command as you said and got this: curl --request POST -k -c 'cookies.txt' --url https://vmanage-ip-address/dataservice/j_security_check --data 'j_username=admin&j_password=admin'
curl -k -b 'cookies.txt' --url https://vmana...
Hi msuchand,"With 19.2 vManage version, API authentication is enhanced to include token in the POST/PUT/DELETE request Headers."From my understanding, it would mean that GET routes aren't affected if the token is missingMy problem is:GET - /dataservi...