Protect calls to GetActivationKey
The GetActivationKey HTTP method is typically called from your server or eCommerce provider. This function should never be called from your application.
It is recommended to password-protect this call and enforce the use of SSL when calling GetActivationKey.
To protect calls to GetActivationKey:
Launch the QLM Console
Go to the Manage Keys tab
Click on 3rd Party Extensions (previously called eCommerce Providers)
For each eCommerce Provider, set the same user/password combination
Modify all your calls to GetActivationKey and pass the user/pwd as follows: &is_user=myuser&is_pwd=mypassword
Last updated