HTTP Listener

Most recent version: v1.5.0

Learn more about this Listener type in this article.

chevron-rightv1.5.0hashtag

Released on 03/11/2026

Improvements to error logging for debugging purposes.

chevron-rightv1.4.0hashtag

Released on 01/15/2026

  • Added new error port.

chevron-rightv1.0.0hashtag

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.

chevron-rightv0.1.1hashtag

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"}
chevron-rightv0.1.0hashtag

Released on 09/06/2024

host has been removed from metadata parameters and now uses 0.0.0.0 by default.

chevron-rightv0.0.1hashtag

Released on 07/28/2024

Initial version

Last updated

Was this helpful?