QlmLicense::ValidateLicenseOnServer() does NOT use the redirector URL?
I'm validating the license online by calling ValidateLicenseOnServer(...).
I've enabled web service redirection with following code changes:
license.EnableDRSite = true;
license.RedirectorUrl = "my-redirection.xml";
It appears that it stills relies on the default web service url though and ignores the redirection xml file.
if this is the case, then in what sort of requests it would actually look into the redirection file and find out the active site?
-
Official comment
The RedirectorUrl property is expected to be a URL, for example: https://yourserver.com/my-redirection.xml
Comment actions -
Hi John,
I didn't mention that it is set with a URL as below:
license.RedirectorURL = "https://qlmdr.com/myserver/qlmlicenseserver/qlmredirect.xml"
any idea the API call ValidateLicenseOnServer is not taking it into account?
Please sign in to leave a comment.
Comments
3 comments