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

httpsProxy for filedownloader.js #33

Open
@lanedsmu

Description

@lanedsmu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions