Apache Httpget with https url - Host is unresolved error
- by bebeTech
Using
HttpGet httpget = new HttpGet(urlToGet);
I get an intermittent error that results in a forced closure of the app. The error is always Host is unresolved: www..com:443
How can I stop this from happening?