How to do proxy chaining if APIs are in different environment , under same env group?

In ApigeeX , whats the best way for proxy chaining if the two apis are deployed in a different environment ?

I tried using <LocalTargetConnection> but that didnt work.

Do I have to use the <HTTPTargetConnection> and provide the whole url which have the hostname defined on env group ?

0 1 101
1 REPLY 1

Yes, I think you need to use the full URL. 

LocalTargetConnection will not work in that scenario.