I am using the below code to configure the target endpoint. I am getting the response back from the target. But in message logging policy of post client flow the value of the variable “target.uri” is coming as blank.
<HTTPTargetConnection>
<LoadBalancer>
<Server name="ENDPOINT"/>
</LoadBalancer>
<Path>/myapi/v1/apiresource/{proxy.pathsuffix}</Path>
</HTTPTargetConnection>
Any idea why?
Thanks,
Krish