You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: