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

Reply via email to