PRDownloader icon indicating copy to clipboard operation
PRDownloader copied to clipboard

I have problems using PRDownloader for downloading files from "http:" addresses - Only from "https:" works

Open LeonardDaVinci opened this issue 1 year ago • 2 comments

Hello, I am using PRDownloader Library inside Android Studio java language

I have problems downloading files from "http:" addresses.

For example this download address called from browser is working: http:// 212.xx.xx.64:8098 / myfilename.apk but putting the same address inside PRDownloader is not working..

Also all other PRDownloader Library example project links that have "http:" are not downloading. There is only one link (number 13) with "https:" that is downloading a file.

What can I do?

Thank you very much in advance,

Leonardo

LeonardDaVinci avatar Mar 04 '23 08:03 LeonardDaVinci

i have the same issue did you find any solution ?

RizwanAtNvest avatar Jul 25 '23 11:07 RizwanAtNvest

you have add each domain in network security config

https://developer.android.com/training/articles/security-config

esjaymobile avatar Aug 11 '23 08:08 esjaymobile