hasConnectionLicense
| Explanation | Check if a [connection license]() is registered for the connection destination Web server indicated by the URL. Connection license verification is identified by the URL protocol name (http, https, etc.), host name, and port number string (http://example.com:8080, etc.). There are various notations that represent the same connection destination, such as the direct notation of the IP address and the alias of the host name, but only the notation that matches the Web server information described in the [connection license certificate]() is valid. Added from Ver.4.1.0 and Mobile Ver.2.0.0 | |
| Call format | var flag = hasConnectionLicense(URL) | |
| Return value | $TRUE is returned if a connection license to the URL is registered, otherwise $FALSE is returned. | |
| Arguments | String URL | URL of the connected web server to check |
| Exception | None | |
| Example of use | | |
| Related item | importConnectionLicense function | |