All the ajax calls that are sent from the IE are cached by Angular and I get a 304 response for all the subsequent calls. Though the request is the same, the response is not gonna be the same in my case. I want to disable this cache. I tried adding the cache attribute to $http.get but still, it didn't help. How can this issue be resolved?