libURLSetSSLVerification | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | internet library |
Summary | Allows for server credential authentication. |
Introduced | 2.5 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server |
Example |
|
Related | Keyword: URL Message: startup, openBackground, preOpenStack, openStack, preOpenCard Glossary: main stack, handler, Standalone Application Settings, message, group, standalone application, keyword, command, application, LiveCode custom library Library: Internet library, library |
Security | network |
Description | libURLSetSSLVerification sets whether or not the server credentials are authenticated. If libURLSetSSLVerification is set to true then the server credentials are authenticated. If libURLSetSSLVerification is set to false, then the server credentials are not authenticated and any connection is accepted.
*Cross-platform note:* On iOS and Android, libURLSetSSLVerification is implemented in the engine. Therefore the Internet library is not needed to ensure the command works in a mobile standalone application. If included, the Internet library implementation will be used instead of the engine implementation. Cross-platform note: The Web engine will always verify server credentials. |