component https - assimbly/gateway GitHub Wiki
The HTTP component calls an http(s) URL. It can be used on the client site to get or post messages to an external HTTP endpoint.
Path
For the URL path you only need the part after 'http(s)://'.
For example for the URL: https://example.com/order you need only need to add example.com/order to the path in Assimbly.
Path Examples
localhost:8080/order
or
example.com/order
HTTPS
For HTTPS (SSL/TLS certificates) you can use the HTTPS component. Assimbly has TLS support build-in.
How to work with TLS Certificates?
Response messages
By default the Assimbly flow is one way. To get the reply use the response endpoint.
Common options
For all options, see Camel documentation
Hosting an endpoint
If you need an instance hosting a HTTP endpoint and listen to incomming message then you need the Jetty component