Hi All,
I am making target request on apigee using Load Balancer . I have created one target using UI that i want to hit . Below is the target default configuration .
<HTTPTargetConnection>
<Properties/>
<LoadBalancer>
<Server name="SECEventsWrite-target">
<IsEnabled>true</IsEnabled>
</Server>
</LoadBalancer>
<Path>{targetPath}</Path>
</HTTPTargetConnection>
I have created server using "SECEventsWrite-target" name and we are setting target path in {targetPath} variable and request successfully going to target and we are getting success response only problem we are facing problem not able to see target request URL on trace, it is not visible (not even CURL command) .screenshot.png Screen shot attached to check trace .
Could anyone please let me know why target url is not visible on trace even though request is going to backend and we are getting success response .