This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
addFromURL fails to follow redirections #513
Closed
Description
ipfs.util.addFromURL('http://covers.openlibrary.org/book/id/969165.jpg')
will return the hash of an empty file (QmbFMke1KXqnYyBBWxB74N4c5SBnJMVAiMNRcGu6x1AwQH
instead of the expected QmaL9zy7YUfvWmtD5ZXp42buP7P4xmZJWFkm78p8FJqgjg
) because request.js
doesn't follow redirections