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
During the e2e testing it turns out that what runs well in a UT does not really work...
It turns out there is a subtle bug IsLocalHost function works for
It should also support all the names /etc/hosts...
/etc/hosts
The text was updated successfully, but these errors were encountered:
http proxy: add rules for checking if request targets localhost
1246c66
Fixes #116
892048a
be49264
e4f0a88
Successfully merging a pull request may close this issue.
During the e2e testing it turns out that what runs well in a UT does not really work...
It turns out there is a subtle bug IsLocalHost function works for
but not for localhost:port or 127.1.0.1.
It should also support all the names
/etc/hosts
...The text was updated successfully, but these errors were encountered: