N/https/clientCertificate Module

Use the clientCertificate module to send SSL requests with a digital certificate.

                                   

In This Help Topic

N/https/clientCertificate Module Members

Member Type

Name

Return Type/Value Type

Supported Script Types

Description

Method

clientCertificate.post(options)

https.ClientResponse

Server scripts

Sends a SSL secured POST request to a remote server.

clientCertificate.get(options)

https.ClientResponse

Server scripts

Sends a SSL secured GET request to a remote server.

clientCertificate.put(options)

https.ClientResponse

Server scripts

Sends a SSL secured PUT request to a remote server.

clientCertificate.delete(options)

https.ClientResponse

Server scripts

Sends a SSL secured DELETE request to a remote server.

clientCertificate.request(options)

https.ClientResponse

Server scripts

Sends a SSL secured REQUEST request to a remote server.

Related Topics

General Notices