hvilla84 opened a new issue, #2844: URL: https://github.com/apache/hop/issues/2844
### What would you like to happen? Hello, In the current release (2.4.0) we can remotly execute a pipeline and pass parameters thanks to API Rest services managed by Hop Server (eg: http://my_address:8181/hop/webService/?service=my_service¶m1=value1¶m2=value2). Then the application automatically matchs parameters from the URL with the ones of the underlying pipeline wich is great! The problem is that **there is an URL length limit** (due to Hop Server and security consideration) so that if we have lots of parameters and long values (I have encountered this use case), you are stuck (Hop Server returns a "Bad Message 414 / reason: URI Too Long" error message). It would be great **if we could pass parameters in the body request of a POST call** on API Rest web service **with the same behaviors as for the GET call** (the application automatically matches the parameters). The body request of such a POST API call could be a JSON object like this: _{ "param1":value1, "param2":value2 }_ ### Issue Priority Priority: 3 ### Issue Component Component: API -- 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: issues-unsubscr...@hop.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org