somno1ency opened a new issue, #9651: URL: https://github.com/apache/apisix/issues/9651
### Description asume I have a two micro service deployed, and the service info is below: 1. http://internal-dns/service-1 2. http://internal-dns/service-2 please pay attention, the domain part of two service is the same, just as tiped: internal-dns, what the different is the path part, and I want config two route to visit them, the first url via gateway is: https://gateway.xx.com/anything, it can visit service1 the second url via gateway is: https://gateway.x.com/anything-other, it can visit service2 by using kong, I can create a service component(kong component) for service 1, the forward host is internal-dns and the base path is service-1, and then I create a service component for service 2, the forward host is internal-dns too and the base path is service-2 then I create a route under each service, and the route path is anything and anything-other, so it's will as I expected recently, I want to migrate the gateway to apisix for some reason, but when I want to keep the url as well, I found it's difficult to support it, how can I do this, please help, by using apisix dashboard, thanks very much! ### Environment - APISIX version (run `apisix version`): 3.2.0 - Operating system (run `uname -a`): Linux 79e4ca0b3b12 6.3.6-orbstack-00155-g0884b5092004 #1 SMP Wed Jun 7 08:31:59 UTC 2023 aarch64 GNU/Linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): nginx version: openresty/1.21.4.1 built by gcc 10.2.1 20210110 (Debian 10.2.1-6) built with OpenSSL 1.1.1s 1 Nov 2022 TLS SNI support enabled - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: apache/apisix-dashboard:3.0.0-alpine - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
