HTTP.sendSecureRequestByProtocol()

Signature

Domain

Parameters

NameTypeDescription
urlStringThe URL for the endpoint.
requestEventSimpleEventThe input event to send
responseEventURIStringURI of event to be created once response received
clientIdKeystoreObjectKeystore Object for client identity, not required for 1 way SSL
clientIdPasswordStringPassword for client id keystore, not required for 1 way SSL
trustedCertsKeystoreObjectKeystore Object for trusted certificates
trustedCertsPasswordStringPassword for trusted certificates keystore
verifyHostNamebooleanflag for checking if a hostname matches the names stored inside the server's certificate
timeoutMillislongtime out for the operation, -1 signifies wait forever.
sslProtocolStringSSL Protocol to use. Supported ones being SSL, SSLv3, TLS, TLSv1, TLSv1.1 & TLSv1.2

Returns

TypeDescription
Eventevent The response event