Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

httpsProxy for filedownloader.js #33

Open
lanedsmu opened this issue Jun 3, 2021 · 0 comments
Open

httpsProxy for filedownloader.js #33

lanedsmu opened this issue Jun 3, 2021 · 0 comments

Comments

@lanedsmu
Copy link

lanedsmu commented Jun 3, 2021

Description

Looking at the .js libs in use, it appears that while Api.js implements the httpsProxy setting from config.js, FileDownloader.js does not.

Specifically, it appears this request builder:
var r = request({ method: 'GET', url: downloadLink.url });

Might need a proxy opt:
var r = request({ method: 'GET', url: downloadLink.url, proxy: config.httpsProxy });

Additional Information

  • Node Version v12.18.3
  • Platform: Windows
  • Logs: N/A
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant