DJDoubleD / QobuzDownloaderX-MOD

Downloads streams directly from Qobuz. Experimental refactoring of QobuzDownloaderX by AiiR
GNU General Public License v3.0
406 stars 14 forks source link

[Question] Are downloads done over a secure connection? #69

Closed MikevE1995 closed 6 months ago

MikevE1995 commented 6 months ago

Are downloads done by the programm via a HTTPS/SSL connection? I'm not even sure if this is even possible, but I was wondering if my ISP can see the data im downloading if I disable my VPN

DJDoubleD commented 6 months ago

The application doesn't force HTTPS connections for the downloads (for max compatibility) but in practice, I do think all downloads are effectively done over HTTPS. The download URLs are fetched from the Qobuz API's, and in my experience, they currently always return HTTPS URLs for the streams. The communication with the Qobuz APIs is also done through HTTPS links (see Constants in QobuzAPISharp).

I hope this answers your question.