basepath conflict

I have below scenario:

Proxy A Basepath: /api/v1/qwerty

Proxy B Basepath: /api/v1/qwerty/asdf

Proxy A has resource path: /asdf

URL: https://{domain Name}/api/v1/qwerty/asdf

So now, to which proxy is this request routed to? Proxy A or Proxy B?

Solved Solved
1 1 68
1 ACCEPTED SOLUTION

A. neat question, but... don't do that. Avoid the uncertainty.

B. I believe the routing logic in Apigee will choose the longest matching segment, to choose the proxy, and then will apply the logic within the api proxy. 

View solution in original post

1 REPLY 1

A. neat question, but... don't do that. Avoid the uncertainty.

B. I believe the routing logic in Apigee will choose the longest matching segment, to choose the proxy, and then will apply the logic within the api proxy.