Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCan not download torrent file #825
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
The webserver needs to be CORS-Enabled. There's no way to access resources from that domain through XHR from another without it. You could ask the domain owner to add CORS. Or if you want to have it on your own site have this small read: https://medium.com/@diegorbaquero/how-to-create-a-swarm-cdn-for-free-with-webtorrent-bfa09d193f71 |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'am trying to download a .torrent from butter.vodo.net API by passing the torrent URL to client.add but i'am getting CORS error, also it seems that neither instant.io nor βTorrent can handle this. Is there any workaround to get it working?