-
-
Notifications
You must be signed in to change notification settings - Fork 9
component https
Raymond Meester edited this page Mar 7, 2023
·
1 revision
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.
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.
localhost:8080/order
or
example.com/order
For HTTPS (SSL/TLS certificates) you can use the HTTPS component. Assimbly has TLS support build-in.
How to work with TLS Certificates?
By default the Assimbly flow is one way. To get the reply use the response endpoint.
For all options, see Camel documentation
If you need an instance hosting a HTTP endpoint and listen to incomming message then you need the Jetty component