Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If the prefix and rewrite are same,the tranfic counld not be go into the endpoint. #46

Open
lsk569937453 opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lsk569937453
Copy link
Owner

- listen_port: 8000
  service_config:
    server_type: Http
    routes:
    - matcher:
        prefix: /app
        prefix_rewrite: /app
      route_cluster:
        type: RandomRoute
        routes:
        - base_route:
            endpoint: http://window-analyzer-backend:3333/

if the source endpoint is http://window-analyzer-backend:3333/app/test,so we can not reach it by the http://silverwind:8000/app/test.

@lsk569937453 lsk569937453 self-assigned this Nov 3, 2023
@lsk569937453 lsk569937453 added the bug Something isn't working label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant