Difference between revisions of "UrlLoader:ignoreSslErrors"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2015.04.18<br/> |
− | ''' | + | '''Class:''' [[UrlLoader]]<br/> |
− | === | + | |
− | + | === Description === | |
− | < | + | Ignores SSL certificate related errors. |
− | + | <syntaxhighlight lang="lua"> | |
+ | UrlLoader:ignoreSslErrors() | ||
</source> | </source> | ||
+ | |||
+ | {{UrlLoader}} |
Latest revision as of 14:32, 13 July 2023
Available since: Gideros 2015.04.18
Class: UrlLoader
Description
Ignores SSL certificate related errors. <syntaxhighlight lang="lua"> UrlLoader:ignoreSslErrors() </source>