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
An alternative would be to append a unique number to the url.
timestamp isn't quite unique, but it should be unique enough for your usecase.