...
If you run the original API call it will have the url as “http://localhost:7543/license/detail” but when the Iguana instance is not activated it won't return the correct ID. So, using “http://localhost:7543/license” we are returned with a html response that uses string manipulation (Line 7) in order to gain access to the Iguana ID.
...
Code Block |
---|
curl -X POST -d 'username=(my.interfaceware.com( USERNAME)&password=(my.interfaceware.com( PASSWORD)&method=session.login' https://my.interfaceware.com/api |
...