dsanderbi opened a new issue, #5850: URL: https://github.com/apache/hop/issues/5850
### What would you like to happen? Currently , Apache Hop (2.16-SNAPSHOT) allows access to the HTTP headers and request parameters only for `synchronous web services`, while `asynchronous web services` can access only the **request body**. This limitation restricts the usage of `asynchronous services` in scenarios requiring authentication (e.g., Basic Auth) or custom request parameters to enhance functionality. Extend the current functionality of `synchronous services` to `asynchronous web services`, so that HTTP headers and request parameters can also be accessed in `asynchronous` mode , as implemented in #4277 for `synchronous services`. ### Issue Priority Priority: 2 ### Issue Component Component: Metadata, Component: Workflows -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
