wuchengwei / node-wget

A download tool with support for http/https proxy.
MIT License
64 stars 38 forks source link

Ignores path parameters #11

Open Spidy88 opened 9 years ago

Spidy88 commented 9 years ago

Using this module for downloading private archive links on Github showed that this package drops the query portion of a url which might contain tokens or credentials for downloading the file.

https://github.com/wuchengwei/node-wget/blob/master/lib/wget.js#L27