Skip to main content

HTTP Connector

This enables web-based communication. It exchanges data over the HTTP protocol.

Service Description

There are three component options for configuring a connector to communicate with HTTP:

  • HTTP Receiver Connector
  • REST Sender Connector
  • REST Polling Sender Connector

HTTP is the abbreviation of HyperText Transfer Protocol. It is a communication protocol used to exchange information on the Internet. HTTP is built on a client-server model, meaning the client (usually a web browser) makes a request and the server fulfills the request, then sends a response to the client. HTTP Connector allows communication with a server or web service using the HTTP protocol. This can be used to access various web services, APIs or other external resources.

Beginning

Follow these steps before starting the integration:

  • If authorization is required, create credentials for the relevant authorization type in the Credentials tab on the Transactions page.