mardi 21 juin 2016

Prevent 304 "not modified" in IE9

I am loading some rest-data. The GET-Request is responding with 304 in IE9, although data has changed. I tried

$(document).ready(function() {
  $.ajaxSetup({ cache: false });
});

which is not working in IE9, but is in Chrome.

How to prevent 304 in GET-Requests?




Aucun commentaire:

Enregistrer un commentaire