hgouveia / node-downloader-helper

A simple http file downloader for node.js
MIT License
247 stars 54 forks source link

how to download file with cookies #94

Closed heyouquan closed 1 year ago

heyouquan commented 1 year ago

Environment:Electron "node-downloader-helper": "^2.1.6"

Now, throw a error when download a file without cookies, throw 401 error.

hgouveia commented 1 year ago

Environment:Electron "node-downloader-helper": "^2.1.6"

Now, throw a error when download a file without cookies, throw 401 error.

if you have the cookies stored you just need to specify it on the headers options

heyouquan commented 1 year ago

The cookies are set to HttpOnly, can not read.how to specify it on the headers options?