Hello, I'm trying to connect to the API using the following URL: https://localhost:8006/api2/json/access/ticket using the browser. And it only returns as follows:
data: null
Also I'm trying to use the curl command as following:
and so it returns:
Only workaround i've read on forums is someone telling that the credentials are wrong. But they aren't. Please help me!
Thanks for the attention.
data: null
Also I'm trying to use the curl command as following:
curl -k -d "username=root@pam&password=mypassword" https://localhost:8006/api2/json/access/ticket
and so it returns:
Only workaround i've read on forums is someone telling that the credentials are wrong. But they aren't. Please help me!
Thanks for the attention.