I need to add 2 parameters in HTTP-client processor
One on header side and one on POST-request body side.
But its not accepting.
How do I achieve this?
Incoming processor is 2 groovy-evaluators and they are getting joined to HTTP.
I gave values for parameters in groovy. But HTTP is not absorbing the parameters.
Can you plz help me how to achieve this?
I specifically don’t want to hardcode parameters in HTTP or in pipeline.
I want parameters to be passed from expression to groovy to HTTP and parameters should not be hardcoded as they are dynamic and depends on data in expression.
Please help me how to achieve this