Difference between revisions of "UrlLoader:ignoreSslErrors"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2015.04.18<br/>
 
'''Available since:''' Gideros 2015.04.18<br/>
 +
'''Class:''' [[UrlLoader]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate>Ignores SSL certificate related errors</translate>
+
Ignores SSL certificate related errors.
<source lang="lua">
+
<syntaxhighlight lang="lua">
UrlLoader:ignoreSslErrors()
+
UrlLoader:ignoreSslErrors()
 
</source>
 
</source>
 +
 +
{{UrlLoader}}

Latest revision as of 15:32, 13 July 2023

Available since: Gideros 2015.04.18
Class: UrlLoader

Description

Ignores SSL certificate related errors. <syntaxhighlight lang="lua"> UrlLoader:ignoreSslErrors() </source>