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
Describe the bug Host routing pattern not match when host contains port if you are running server behind a port like 8080 and
when you hit browser for gateway.lcl:8080 this will not match a pattern gateway.lcl
spring: cloud: gateway: routes: - id: gateway uri: https://example.org predicates: - Host= gateway.lcl
Sample i created this repo to simulate the error and how to fix it in this url https://github.com/ashraf-revo/gateway-error/tree/issue-host-name .
The text was updated successfully, but these errors were encountered:
Closing in favor of #3037
Sorry, something went wrong.
@spencergibb is there any plan to review the pr or see this issue
Successfully merging a pull request may close this issue.
Describe the bug
Host routing pattern not match when host contains port
if you are running server behind a port like 8080 and
when you hit browser for gateway.lcl:8080 this will not match a pattern gateway.lcl
Sample
i created this repo to simulate the error and how to fix it in this url https://github.com/ashraf-revo/gateway-error/tree/issue-host-name
.
The text was updated successfully, but these errors were encountered: