Hi,
As per our use case we have to use variables in url which changes for every request. I am using following config in target endpoint;
<HTTPTargetConnection> <Properties/> <URL>https://{hostname}/abc/{OID}/xyz?query={pqr}</URL> </HTTPTargetConnection>
OID and pqr will be changing for each transaction. The flow fails when Proxy endpoint passes control to the target endpoint. In trace, at "target endpoint started", I see, target URL appears as " https://{hostname}/abc/{OId}/xyz?query={pqr}", So variable values are not getting placed in URL, any guess on solution?