Forum Discussion
bojanvelevski
4 years agoValued Contributor
Hi @spinaka,
Not sure what’s the use case here, because you receive the headers in the response. If you’re trying to get the headers on the Triggering Pipeline side, you can use the pipe.args function that will send all of the headers and parameters in the response.
Triggering Pipeline:
Response:
pipe.args function worked simply. Thank you very much, @bojanvelevski