Variables: target.name vs. route.target

I'm trying to figure out the difference between the target.name and route.target variables.

I get the exact same value for both, which is a name of the TargetEndpoint that gets called (such as "default"). Even when I do proxy chaining (proxy1 > proxy2) with dynamic routing (different requests to proxy1 change the TargetEndpoint used in proxy2), they're both the same in each proxy (default/default in proxy1, and foo/foo in proxy2).

When might the values differ in one proxy (such as default/foo)? Any insight is appreciated.

1 1 103
1 REPLY 1

I don't think there is any difference. @sribalaji , @tskumar@apigee.com Any idea ?