Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 5.4.3

...

Send a POST request to the login page and capture the cookie. Include your credentials in the payload using the  j_username and j_password parameters. Basic authentication (-u) is not supported. 

No Format
curl -v --data 'j_username=<your_username>&j_password=<your_password>' https://<host>:<port>/grs/pst_login_request --cookie-jar cookies.txt

...

No Format
curl https://<host>:8443/licenseserver/usage/api/v1.0/toolsUsage --cookie-jar cookies.txt