Apigee Common passthrough proxy

Hi Team, 

 can we have a common passthrough proxy for simple use cases , like base path common for all the API's in apigee and  resource path dynamic ( there is no conditional flow) , it will connect multiple backed based on attribute in developer app value.  backend host details and credentials maintained in KVM . target url will be generated and assigned to target.url flow variable. 

 

anyone done it before ?  is there any flaw in this approach ?   need a suggestion 

Solved Solved
0 1 438
1 ACCEPTED SOLUTION

Yes, that's a good pattern to follow! 

No conditional flow means the backend is responsible for vetting and validating the inbound requests. No problem there, as long as your backend system can handle the expected load of invalid requests.

View solution in original post

1 REPLY 1

Yes, that's a good pattern to follow! 

No conditional flow means the backend is responsible for vetting and validating the inbound requests. No problem there, as long as your backend system can handle the expected load of invalid requests.