Difference between revisions of "UrlLoader:ignoreSslErrors"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Ignores SSL certificate related errors. | Ignores SSL certificate related errors. | ||
− | < | + | <syntaxhighlight lang="lua"> |
UrlLoader:ignoreSslErrors() | UrlLoader:ignoreSslErrors() | ||
</source> | </source> | ||
{{UrlLoader}} | {{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>