I developed software for the company. For some licensing purpose, I use a remote database to allow / deny the use of software. This task applies every time a user enters the software. If the Internet connection does not exist or the request to the remote database fails, the user receives an error message and he cannot log into the software and display the http address of the remote database (which I do not want to see if he carefully reads the error)
What I want to know is any way to perform the same procedure, but if the remote database request fails or the Internet connection is unavailable, it should bypass the check for a while, and at the next login, try to perform the same procedure followed. So my client should not know about this licensing.
How to check the Internet connection (LAN, WiFi, Dialup or something else that the user uses) before making a request to the remote database.
Suggested methods:
Regarding the results that I have achieved from Michelleโs question, there is no stable solution.
source share