Postby Purohith.Guguloth » Tue Feb 19, 2019 9:56 pm
Hi, thanks for such a quick reply.
There are instances in our logs where the request for license.lic gives Response status code 460 (i.e client has closed the connection with the server before it is completed) and at the same time with the same client we have image requests without 'Rootpath' which results in 404 errors.
The license.lic's 460 status might also be caused due to clients poor network connection or any other client side issues. All i ask is, If there is a way where we could stop the image requests if the license file's request is failed in any way.
Because without the license.lic file your plugin requests the images without the rootpath in both the cases( the license.lic is not specified in the initialisation of the plugin and the request for license.lic fails).
I think in case of request failure for license file you should stop further execution of the code rather than continuing by treating that the license file is not provided.