# Protect calls to GetActivationKey

The [GetActivationKey ](/docs/api-reference/.net-api/qlmlicense/application-methods/getactivationkeyfromlegacykey.md)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:

1. Launch the QLM Console
2. Go to the Manage Keys tab
3. Click on 3rd Party Extensions (previously called eCommerce Providers)
4. For each eCommerce Provider, set the same user/password combination
5. Modify all your calls to GetActivationKey and pass the user/pwd as follows: \&is\_user=myuser\&is\_pwd=mypassword


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/faq/protect-calls-to-getactivationkey.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
