Difference between revisions of "UrlLoader:ignoreSslErrors"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2015.04.18<br/> | |
− | ''' | + | '''Class:''' [[UrlLoader]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Ignores SSL certificate related errors. | |
<source lang="lua"> | <source lang="lua"> | ||
− | + | UrlLoader:ignoreSslErrors() | |
</source> | </source> | ||
{{UrlLoader}} | {{UrlLoader}} |
Revision as of 12:21, 12 March 2023
Available since: Gideros 2015.04.18
Class: UrlLoader
Description
Ignores SSL certificate related errors.
UrlLoader:ignoreSslErrors()