Re: [android-developers] Re: HttpClient only working on WiFi?

2011-07-12 Thread Nikolay Elenkov
On Tue, Jul 12, 2011 at 11:56 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Mon, Jul 11, 2011 at 9:15 PM, Streets Of Boston flyingdutc...@gmail.com wrote: Wild guess... and i could be totally wrong: It could be a proxy returning an empty result for some reason. Try to set the HTTP

Re: [android-developers] Re: HttpClient only working on WiFi?

2011-07-12 Thread Streets Of Boston
You're welcome! :-) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Re: HttpClient only working on WiFi?

2011-07-12 Thread Indicator Veritatis
I am glad you found a fix. But doesn't this raise a red flag? It sounds like a band-aid, a kludge, a temporary fix rather than an industrial strenght solution. After all: it means that that GET request will not be cached by ANY agent along the chain. That sounds rather draconian, unless you are

Re: [android-developers] Re: HttpClient only working on WiFi?

2011-07-12 Thread Nikolay Elenkov
On Wed, Jul 13, 2011 at 1:41 PM, Indicator Veritatis mej1...@yahoo.com wrote: I am glad you found a fix. But doesn't this raise a red flag? It sounds like a band-aid, a kludge, a temporary fix rather than an industrial strenght solution. After all: it means that that GET request will not be

[android-developers] Re: HttpClient only working on WiFi?

2011-07-11 Thread Streets Of Boston
Wild guess... and i could be totally wrong: It could be a proxy returning an empty result for some reason. Try to set the HTTP caching headers in the request to no-cache: Cache-Control: no-cache and Pragma: no-cache -- You received this message because you are subscribed to the

Re: [android-developers] Re: HttpClient only working on WiFi?

2011-07-11 Thread Nikolay Elenkov
On Mon, Jul 11, 2011 at 9:15 PM, Streets Of Boston flyingdutc...@gmail.com wrote: Wild guess... and i could be totally wrong: It could be a proxy returning an empty result for some reason. Try to set the HTTP caching headers in the request to no-cache:   Cache-Control: no-cache    and  

Re: [android-developers] Re: HttpClient only working on WiFi?

2011-07-11 Thread Navindian
I was also suggested to put eclipse network connection setting with proxy address, port and credentials. But that is not working. On Tue, Jul 12, 2011 at 8:26 AM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Mon, Jul 11, 2011 at 9:15 PM, Streets Of Boston flyingdutc...@gmail.com wrote: