-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
If the SSL flag is set to"true", it seems that the "connect" function from HTTPClient class doesn't work.
Steps to reproduce:
- setup and call the request as follows:
var headers=[ "User-Agent: Pirulo/1.0 (Godot)", "Accept: */*" ] get_node("http_loading").get_request("www.php.net", 80, headers, "/ChangeLog-5.php") - execute
var err = m_http.connect(address, port, true)in the 'get_request' function from 'http/http.gd' script - experience the issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels