This is a very dynamic and useful module that can push data to a HTTP url using basic HTTP methods.
Parameters
- HTTP Server Connection predefined HTTP or HTTPS connection
- HTTP method - method to use (GET/POST/PUT/DELETE)
- Context path - path to API
- Request header dynamic parameters that will be send in HTTP header
- Request body - body to be sent. Use Publishers to send relevant data.
Parameter setup example