HttpClient on Android : NoHttpResponseException through UMTS/3G

后端 未结 3 822
Happy的楠姐
Happy的楠姐 2020-11-29 05:45

I have got my android app that uses HttpClient to reach my servlet deployed on my Tomcat. It is installed on my HTC Magic.

If I launch it when connected on Wifi : it

3条回答
  •  失恋的感觉
    2020-11-29 06:10

    Android had a bug where HTTPS made reverse DNS lookups (fixed in Ice Cream Sandwich)

    http://code.google.com/p/android/issues/detail?id=13117 mentioned a work around which works on my phone.

提交回复
热议问题