Hi team,
Is it possible to acquire ctrlX Works licenses via REST API?
It seems possible to query capabilities. But I failed to acquire and delete licenses.
I launched ctrlX with following port 4242.
& "C:\Program Files\ctrlX WORKS\ctrlX WORKS\4.6.0\ctrlx-works.exe" --port=4242
// ... curl commands according to licensing API using localhost// Reasons:
We our windows app want to add some new feature that is only on linux and it is no possible to to migrate feature to Windows. We are considering following solution:
Migrate windows App to Linux and but still get original Windows License from ctrlX Works. This is why I am asking Licensing API.
As a workaround, we ask our user to install WSL or docker so that our App can communicate with it. (ideally we don't want to make that new feature as new product)
Thanks for your time.
Chih-Peng Chang