Apache Httpget with https url - Host is unresolved error
Posted
by bebeTech
on Stack Overflow
See other posts from Stack Overflow
or by bebeTech
Published on 2010-05-14T04:07:09Z
Indexed on
2010/05/14
4:14 UTC
Read the original article
Hit count: 201
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?
© Stack Overflow or respective owner