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
-
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?
0 -
ok, found where the problem was.
The default web service URL was tampered to an empty string and that confused the API calls.
It's all good now.
0
Please sign in to leave a comment.
Comments
3 comments