1 | initial version |
I used to be able to create tokens by using below curl command. But suddenly (since a few days ago) it's been imposible to create them. I know this command is right because I documented it before. Thus, I'm wondering if there are any changes in the mechanism to create tokes that I should be aware of.
COMMAND USED TO CREATE A TOKEN: curl -k -X POST "https://computing.cosmos.lab.fiware.org:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=MYEMAIL&password=MYPASSWORD"
OUTCOME: curl: (7) Failed connect to computing.cosmos.lab.fiware.org:13000; Connection timed out