We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Can Kong support route by "startwith" request_path? For example 1, /order.* routes to http://order.myapi.com with strip_request_path.
Example 2, /accounts.* routes to http://account.myapi.com, but the accounts.account('id').email routes to http://email.myapi.com
thanks, Kalin
The text was updated successfully, but these errors were encountered:
@kalinchih not at the moment, but we plan to support it. Related to #369, so closing this as a duplicate.
Sorry, something went wrong.
No branches or pull requests
Hi,
Can Kong support route by "startwith" request_path?
For example 1, /order.* routes to http://order.myapi.com with strip_request_path.
Example 2, /accounts.* routes to http://account.myapi.com, but the accounts.account('id').email routes to http://email.myapi.com
thanks,
Kalin
The text was updated successfully, but these errors were encountered: