-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
request_host should allow regex names similar to nginx's method #446
Labels
task/feature
Requests for new features in Kong
Comments
That is just how nginx implemented their wildcard support |
right, so is there another issue to track regex names? |
Yeah the one you commented on I think is the right spot. What you want is regex I think, not 2 wildcards |
Closing in favor of #369. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when attempting to create an API profile with a wildcard subdomain and a wildcard TLD, I get the following error message:
expected
should allow for using regex naming for
request_host
The text was updated successfully, but these errors were encountered: