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