Android Question download a file by httputils

ArminKH

Well-Known Member
Hi
I want download a file by httputils from a site for example a library from basic4ppc.com
But before download we should login to site with user and pass
I can login with webview but i want know is there any way to Login and download by httputils?
 

JTmartins

Active Member
Licensed User
Longtime User
Search the forum for HttpClient.ExecuteCredentials.

You have to check if it is suitable for your needs.
 
Upvote 0
Top