HTTP Listener
Most recent version: v1.5.0
Learn more about this Listener type in this article.
v1.0.0
Released on 02/25/2026
Added the various authentication methods:
basic authentication
bearer token authentication
API key authentication
Added an error port when this Listener is used in a pipeline in order to eliminate data loss when an error occurs.
You can now capture and forward all HTTP headers from incoming requests by selecting All in the Propagate headers strategy configuration. When enabled, Onum automatically collects all request headers and makes them available in a consolidated headers field, preserving the complete header context throughout the processing pipeline without requiring manual specification of individual header names.
The default header propagation strategy is back to None.
Header names in the configuration are automatically converted to canonical form.
v0.1.1
Released on 09/09/2024
Added strategy option to handle stacked JSON objects in a single request body. Example of request body:
{"data": "The first message"}{"data": "The second message"}{"data": "The third message"}Last updated
Was this helpful?

