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.
NOTEThe HTTPS component is a secure version of HTTP that uses SSL/TLS to encrypt data transmitted between client and server.
URI Syntax: http://httpUri
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. | false | boolean |
httpMethod (producer) | HTTP method to be used in the request (possible values: GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, PATCH). | — | HttpMethods |
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.
bridgeEndpoint: true parameter preserves the original request body and headers.
We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more