I was able to get a login token if I passed the data in the body rather than the query string. Does this help?
curl -k https://172.16.33.152/api/login --data '{"username":"admin","password":"somepwd"}'
I was able to get a login token if I passed the data in the body rather than the query string. Does this help?
curl -k https://172.16.33.152/api/login --data '{"username":"admin","password":"somepwd"}'