Baoyuantop commented on issue #10238: URL: https://github.com/apache/apisix/issues/10238#issuecomment-3996396124
APISIX service objects inherently support the `plugins` field. Configuring proxy-rewrite at the service level ensures that all routes bound to that service are automatically inherited, eliminating the need for reconfiguration on each route. Using wildcard regex in conjunction with capture groups (e.g., `^/[^/]+/(.*)`) allows for unified processing at the service level. Proxy-rewrite can do everything that `base_uri` can. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
