Don't cache the json data

main
Thomas Ba. 10 years ago
parent 8a22111c13
commit 0335fc2c03

@ -1,4 +1,8 @@
<?php <?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
/** /**
This script redirects all calls to the real Web Service. This script redirects all calls to the real Web Service.
This is required to allow AJAX calls as cross-domain requests are normally not allowed. This is required to allow AJAX calls as cross-domain requests are normally not allowed.

Loading…
Cancel
Save