This repository has been archived by the owner. It is now read-only.
addFromURL fails to follow redirections #513
Comments
maxlath
added a commit
to maxlath/js-ipfs-api
that referenced
this issue
Jan 23, 2017
maxlath
added a commit
to maxlath/js-ipfs-api
that referenced
this issue
Jan 23, 2017
|
@diasdavid would it be acceptable to introduce a new dependency such as |
|
@maxlath looks promising! My first question was to make sure to check the deps it would bring and the increase in bundle size, but after skimming through follow-redirects, it seems it is the most compact solution we could use :) Move ahead! Thank you. |
|
Work happening at #514 |
maxlath
added a commit
to maxlath/js-ipfs-api
that referenced
this issue
Jul 28, 2017
daviddias
pushed a commit
that referenced
this issue
Aug 6, 2017
* Make url-add follow HTTP redirections fix #513 * Check status code before following a redirection * http redirection: added a test * test: make lint pass by handling the error
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
maxlath commentedJan 23, 2017
will return the hash of an empty file (
QmbFMke1KXqnYyBBWxB74N4c5SBnJMVAiMNRcGu6x1AwQHinstead of the expectedQmaL9zy7YUfvWmtD5ZXp42buP7P4xmZJWFkm78p8FJqgjg) becauserequest.jsdoesn't follow redirectionsThe text was updated successfully, but these errors were encountered: