I want to call a transformation kettle in my php script using carte web service, the url of this call is : http://xxx.xxx.xxx.xxx:8080/kettle/executeTrans?trans=nameTrans.ktr¶m1=value so by this call i am using get http request,I am asking if there is a way to do the same call by http post request.
Asked
Active
Viewed 391 times
0
-
Possible duplicate of [How do I send a POST request with PHP?](http://stackoverflow.com/questions/5647461/how-do-i-send-a-post-request-with-php) – Chris May 04 '16 at 10:32
-
but it is possible to send parameters in post with carte pentaho,??the link you mention refers to http post in general . – Mostav May 04 '16 at 14:15