Path suffix executed with all Proxy base path

pxzxz1
Participant IV

Hello Apigeeks

I created multiple proxy endpoints but my path suffix could run with other proxy base paths.

  1. Can anyone explain why is it so?
  2. Is there a way to restrict the access if it is another proxy base path?

If antipattern to create multiple proxy endpoints.

  1. If so, why is there an option to create multiple proxy endpoints?
  2. What purpose does it serves?
  3. What scenarios are we advised to create multiple proxy endpoints?
0 1 358
1 REPLY 1

Not applicable

multiple proxy endpoints can be used when you have the same backend for multiple api base paths.

if any proxy is having multiple path suffix, then you can create multiple flows in the proxy endpoint, and at the end one noroute flow, which will restrict any flow which is not matching to your api flows condition.