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

Multiple routes per API #1130

Closed
magic69 opened this issue Apr 6, 2016 · 3 comments
Closed

Multiple routes per API #1130

magic69 opened this issue Apr 6, 2016 · 3 comments

Comments

@magic69
Copy link

magic69 commented Apr 6, 2016

Hello,

I'm using Kong version 0.7.0, I configured two API's, each pointing to a different upstream URLs:

The 1st API is using request_path = /data/v1
The 2nd API is using request_path = /data/v1/test-api

The problem: requests using "/data/v1/test-api are routed to the upstream for "/data/v1" and not to the upstream for "/data/v1/test-api".
If I change the req_path for "/data/v1/test-api" to "/data/v2/test-api" the request will be routed correctly.
We have an existing Kong running version 0.5.2 where this is working.

Any advice ?

Thanks in advance,
Ran.

@subnetmarco
Copy link
Member

@magic69 I think this has been fixed with 0.8.0 - can you give it a try and let us know?

@subnetmarco
Copy link
Member

Please re-open the issue if the problem persists.

@magic69
Copy link
Author

magic69 commented May 17, 2016

I just installed the latest version(0.8.1), I can confirm this issue no longer exists.
Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants