Which resolution rule does an Oracle Cloud Infrastructure API Gateway apply when determining the routing target for an incoming request that matches multiple overlapping route paths within a deployment?
The Word source identifiesLongest path matchas the answer, meaning the more specific matching route takes precedence when a request could satisfy multiple path patterns. This is consistent with the general routing principle that more specific path patterns take precedence over broader prefixes. Oracle ' s current OCI API Gateway documentation confirms that deployment routes are defined using URL path patterns and that path parameters and wildcard segments can be used for matching requests to backends. However, the currently published OCI API Gateway pages retrieved for verification do not explicitly state a universal “longest path match” precedence rule for overlapping deployment routes. Therefore, C is the answer recorded in the supplied source, but this particular rule is not stated verbatim in the current OCI API Gateway documentation located during verification.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit