I'm working with pipelines and are trying to assign data from the inbound to the outbound but these aren't being transferred.
I realize I can use user header or shared variables but there should be a better way of moving data to inbound to outbound.
For example
from: $inbound/ctx:transport/ctx:request/http:relative-URI
tp: $outbound/ctx:transport/ctx:request/http:relative-URI
To make it work prior getting into the pipeline I currently set a header parameter, inside the pipeline, store the header parameter into variable and assign that variable to the inbound request.
Are there anyway of doing this that I'm overlooking?