Good work!
I hope to see this library up and working soon with your help!
Good work!
I hope to see this library up and working soon with your help!
Nope, it doesn't (without additionaly libraries and effort).
Bummer. Depending on your use case, you might want to run an nginx proxy on your server to âde-httpsâ the traffic to your photon
Couldnât he just store the files on a non HTTPS server to avoid this roadblock?
For sure if itâs a known list of files, but looks like heâs trying to pull stuff down from Wikipedia.
I think he mentioned Wikipedia is because itâs an example download file in the HTTP download library he is working with and not something he is actually trying to download.
Youâre absolutely right, then. If itâs a known list of files you need, just serve them from http. If you need access to random files on the web then I would run a proxy to desecure them, assuming you understand the implications of doing so