-
Notifications
You must be signed in to change notification settings - Fork 103
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
ignore_localhost
doesn't work as expected
#2827
Comments
Managed to reproduce it on macOS using this repo:
run a simple http server on port 1337 I used:
then run it using IntelliJ Idea, send curl from cluster to 8080 (probably localhost works too)
|
When using this config it works (it errors but on 404):
|
Relevant logs when this happens:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
user has
ignore_localhost
but fails to connect to local instance, while having specific filter likeworks.
maybe related to #2820
The text was updated successfully, but these errors were encountered: