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

ipfs:// not supported in XMLHttpRequest #493

Closed
darkdrgn2k opened this issue Jun 4, 2018 · 1 comment
Closed

ipfs:// not supported in XMLHttpRequest #493

darkdrgn2k opened this issue Jun 4, 2018 · 1 comment

Comments

@darkdrgn2k
Copy link

Seems companion does not process ipfs XMLHttpRequest requests.

Created a simple test:
http://node2.e-mesh.net/ipfstest.html

@lidel lidel changed the title XMLHttpRequest not processed ipfs:// not supported in XMLHttpRequest Jun 4, 2018
@lidel lidel added the duplicate label Jun 4, 2018
@lidel
Copy link
Member

lidel commented Jun 4, 2018

Yes, you are correct. This is because there is no native handler for ipfs:// (yet).
For now an address of HTTP Gateway can be used, it will be opportunistically redirected by the extension if possible.

(I am closing this issue, as we are tracking this effort already in #164, feel free to subscribe to that one for updates)

@lidel lidel closed this as completed Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants