Problem loading a contents URL into a string
Posted
by bebeTech
on Stack Overflow
See other posts from Stack Overflow
or by bebeTech
Published on 2010-05-26T08:00:46Z
Indexed on
2010/05/26
8:01 UTC
Read the original article
Hit count: 166
I've been using this method for a few weeks now as suggested on my previous question and the app now keeps crashing with a Protocol 443 error - something about unable to resolve the address.
Worked fine when first installed and then just stopped. The same with on the device itself, worked fine until this morning and now the same issue?? Nothing wrong with the URL as I can still load in a browser.
If I leave it for a couple of days it starts working again?? Is there a more effecient way of using the Http POST and GET functions? All I am trying to do is perform a login and save the resulting page to a string.
Is there a more Android friendly way?
© Stack Overflow or respective owner