I\'m writing a client that is making repeated http requests for xml data that is changing over time. It looks like the Android stack is caching my page requests and returni
Hint: to get the random string
HttpGet request = new HttpGet(url + "?unused=" + UUID.randomUUID().toString());