Friday, November 2, 2012

[android-developers] Re: (Http)URLConnection.setUseCaches(false) isn't working

Why was my response to this message deleted?  At any rate, all I said was that I wasn't familiar with the methods you suggested and that I'll look them up.

Thanks.

On Friday, November 2, 2012 6:59:25 AM UTC-7, Streets Of Boston wrote:
Did you try to add caching headers to the request and/or response:
Your android client app' request: If-None-Match: xxxx, If-Modified-Since: dddd, If-Unmodified-Since: dddd
Your server's response: Cache-Control: no-cache, ETag: xxxxx

On Friday, November 2, 2012 2:40:57 AM UTC-4, Keith Wiley wrote:
I guess one solution that seems to show promise is appending an unused randomized GET variable to the end of the URL.  That seems pretty hackish though.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment