1. Home
  2. ...
  3. Communication and Protocols
  4. c HTTP and HTTPS

c HTTP and HTTPS

Available connectors

The HTTP component enables integration with external services through the HTTP protocol, facilitating the sending and receiving of requests and responses. It supports various HTTP methods such as GET, POST, PUT, and DELETE.

NOTE

The HTTPS component is a secure version of HTTP that uses SSL/TLS to encrypt data transmitted between client and server.

URI Syntax: http://httpUri

Main fields

Path parameters

Name
Description
Default
Type
httpUri (common)(required) The URL of the HTTP endpoint to be called.—URI

Query parameters

Name
Description
Default
Type
bridgeEndpoint (producer)If true, the HttpProducer ignores the Exchange.HTTP_URI header and uses the URI configured in the endpoint for the request.falseboolean
httpMethod (producer)HTTP method to be used in the request (possible values: GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, PATCH).—HttpMethods

Example

The flow starts with a POST request to the /hello endpoint of the integration.

Then forwards the request to an external API at https://mp7b5147b454.free.beeceptor.com/hello using the POST method.

  • The bridgeEndpoint: true parameter preserves the original request body and headers.

Result

How happy are you with this page?

We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more