Open Dev Kit Documentation :: Networking :: Connection HTTP :: Connect
Networking.ConnectionHTTP.Connect( Address String, Port Integer, Secure Boolean, Certificate String, Hostname String ) BooleanConnects a client to a remote server
Parameters
- Address String
- Remote IP address or host name
- Port Integer
- Remote port number (0 to 65535); if 0 will default: HTTPS (secure) implies port 443, and HTTP (non-secure) implies port 60
- Secure Boolean
- Whether SSL/TLS (HTTPS) is used over plain text (HTTP)
- Certificate String
- Optional X.509 certificate in PEM/DER format (.cert/.cer/.crt/.pem/.der)
- Hostname String
- Optional hostname used in headers and used with certificate verification
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page