I am trying to do a simple HttpGet to read a webpage. I have this working on iOS and working on Android over http, but not https.
The url is an internal network IP a
I was originally using HttpsURLConnection but it wasn't working consistently so I decided to go with HttpClient. It works now.
HttpsURLConnection
HttpClient