-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
gateway doesn’t load .eth domains from Host: header #6699
Labels
kind/bug
A bug in existing code (including security flaws)
Comments
parkan
changed the title
gateway doesn
gateway doesn’t load .eth domains from Host: header
Oct 7, 2019
Stebalien
added a commit
that referenced
this issue
Oct 7, 2019
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes #6699
Stebalien
added a commit
that referenced
this issue
Oct 7, 2019
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes #6699
Stebalien
added a commit
that referenced
this issue
Oct 7, 2019
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes #6699
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 6, 2020
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes ipfs#6699
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 6, 2020
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes ipfs#6699
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 8, 2020
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes ipfs#6699
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 8, 2020
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes ipfs#6699
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 8, 2020
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes ipfs#6699
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 8, 2020
This should have been handled down inside the DNSLink resolver. Otherwise, we'll break any name happens to end in `.eth`. also fixes ipfs#6699
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version information:
master
Description:
the changes in #6448 should have allowed us to resolve .eth domains even though it’s not a “real” TLD, but this still fails when the name is passed in
Host:
headerWorks
Does Not Work
as discussed w @Stebalien, would be A+ to fix this before DevCon starts properly
The text was updated successfully, but these errors were encountered: