Skip to content
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

[HELP] HTTP Proxy - Host CaSe seNsitiVe? #435

Open
flash600 opened this issue Dec 20, 2024 · 1 comment
Open

[HELP] HTTP Proxy - Host CaSe seNsitiVe? #435

flash600 opened this issue Dec 20, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@flash600
Copy link

Hello,

if the hostname in “Reverse Proxy / HTTP Proxy” contains capital letters, the proxy redirection does not work, I get “Error 404 Target Host Not Found”.
I have tested with:
SIO-APPP.domain.com => does not work,
but if I add an alias with lower case letters, e.g.
sio-appp.domain.com => then it works

My question: is this “by design” or is this a bug?

Thank you very much!
test-zoraxy

@flash600 flash600 added the help wanted Extra attention is needed label Dec 20, 2024
@tobychui
Copy link
Owner

YEs, THIs iS A bUG (somehow)

Technically there are no limitations or standards that limits the host case-sensitivity in reverse proxy, but after some research I think we shd stick with what the DNS standard (RFC 3986 § 3.2.2) is, which is by design, case insensitive.

tobychui added a commit that referenced this issue Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants