Calling Third-party APIs By Using HTTP Protocol
Integrate existing software applications by using an HTTP protocol. Contineo applications can integrate with third-party applications that provide services over HTTP or HTTPS interfaces. This integration is achieved by configuring the following components:
HTTPClient Defines the base HTTP endpoint, including:
Schema (HTTP or HTTPS)
Domain name (server name or IP address)
Port number
Common headers
SendHTTPRequest Defines the context path, parameters, and headers.