You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absolute redirects on ipns://example.com (and ipfs://) lead to http://127.0.0.1:8080/redirect-target.html instead of ipns://example.com/redirect-target.html
#12015
Closed
ilyaigpetrov opened this issue
Oct 6, 2020
· 6 comments
ipns://brave-redirect-bug.ilyaigpetrov.tk should redirect to ipns://brave-redirect-bug.ilyaigpetrov.tk/foobar.html
Reproduces how often:
Every time I try it.
Brave version (brave://version info)
Brave | 1.17.13 Chromium: 86.0.4240.68 (Official Build) nightly (64-bit)
Revision | ad72ee9aa8e15ed300df1238e76c7a8f4d686f97-refs/branch-heads/4240@{#1097}
OS | Linux
Version/Channel Information:
Can you reproduce this issue with the current release?
Native IPFS is not implemented I guess.
Can you reproduce this issue with the beta channel?
Native IPFS is not implemented I guess.
Can you reproduce this issue with the nightly channel?
Yes.
UPD
The same problem with ipfs://, see:
ipfs://QmRHZEnj9tpdjqE38VENyHq2Bz33QsBSi3oQSyMXvqL9XC -> redirects to -> http://127.0.0.1:8080/foobar.html which is a broken URL.
The text was updated successfully, but these errors were encountered:
@ilyaigpetrov Could you try again on our latest nightly? I used my local build with Brave version 1.18.44 and it redirects to http://brave-redirect-bug.ilyaigpetrov.tk.ipns.localhost:48080/foobar.html for me. I used the local build instead of public nightly because I can't seem to access the content you host at that domain right now, and my local build probably already have the content cached when I try to access it yesterday.
Update: I'm able to access it through my nightly now (Brave Version 1.18.46) and it also redirects for me, so please check again on your end to see if it's fixed, thanks!
Description
Absolute redirects on ipns://example.com (and maybe on ipfs://) lead to http://127.0.0.1:8080/redirect-target.html instead of ipns://example.com/redirect-target.html.
I've made a domain for demonstration:
https://brave-redirect-bug.ilyaigpetrov.tk -> redirects to -> https://brave-redirect-bug.ilyaigpetrov.tk/foobar.html
ipns://brave-redirect-bug.ilyaigpetrov.tk -> redirects to -> http://127.0.0.1:8080/foobar.html which is a broken link.
Steps to Reproduce
Actual result:
ipns://brave-redirect-bug.ilyaigpetrov.tk redirects to http://127.0.0.1:8080/foobar.html which is a broken link.
Expected result:
ipns://brave-redirect-bug.ilyaigpetrov.tk should redirect to ipns://brave-redirect-bug.ilyaigpetrov.tk/foobar.html
Reproduces how often:
Every time I try it.
Brave version (brave://version info)
Brave | 1.17.13 Chromium: 86.0.4240.68 (Official Build) nightly (64-bit)
Revision | ad72ee9aa8e15ed300df1238e76c7a8f4d686f97-refs/branch-heads/4240@{#1097}
OS | Linux
Version/Channel Information:
Native IPFS is not implemented I guess.
Native IPFS is not implemented I guess.
Yes.
UPD
The same problem with ipfs://, see:
ipfs://QmRHZEnj9tpdjqE38VENyHq2Bz33QsBSi3oQSyMXvqL9XC -> redirects to -> http://127.0.0.1:8080/foobar.html which is a broken URL.
The text was updated successfully, but these errors were encountered: