Difference between revisions of "UrlLoader:ignoreSslErrors"

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