I want to ensure that data I request via an AJAX call is fresh and not cached. Therefor I send the header Cache-Control: no-cache
Cache-Control: no-cache
But my Chrome Version
http.setRequestHeader("Cache-Control", "no-cache, no-store, must-revalidate");