Add HTTPS support to download manager

1.5k Views Asked by At

I found a simple download manager here. It can download from HTTP sites, but doesn't support HTTPS sites. How can I modify it to support HTTPS links?

2

There are 2 best solutions below

2
On

Yes it does. Just try an HTTPS URL. The only possible issue will be whether it trusts the server's certificate.

3
On