HOP post method #5093
Unanswered
manisalai10D
asked this question in
Q&A
HOP post method
#5093
Replies: 2 comments 5 replies
-
|
You already have the correct way... using GET... there is no POST |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
In apache hop I created a pipeline and I deployed in the local hop-server, Now using get method I triggered the pipeline it is working
GET - http://localhost:8080/hop/startPipeline?name=moneyexchange . This is the end point
The same like I need to hit the pipeline using post method and I need to pass the request variables using post method I tried but no result please provide me the correct way to do this in the postman.
Beta Was this translation helpful? Give feedback.
All reactions