HTTP(S)
Tenzir supports HTTP and HTTPS, both as sender and receiver.
When retrieving data from an API or website, you prepare your HTTP request and get back the HTTP response body as your pipeline data:
When sending data from a pipeline to an API or website, the events in the pipeline make up the HTTP request body. If the HTTP status code is not 2**, you will get a warning.
In both cases, you can only provide static header data.
URL Support