summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/appcache/access-via-redirect.php
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/http/tests/appcache/access-via-redirect.php')
-rw-r--r--LayoutTests/http/tests/appcache/access-via-redirect.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/LayoutTests/http/tests/appcache/access-via-redirect.php b/LayoutTests/http/tests/appcache/access-via-redirect.php
new file mode 100644
index 0000000..b0a61b0
--- /dev/null
+++ b/LayoutTests/http/tests/appcache/access-via-redirect.php
@@ -0,0 +1,7 @@
+<?php
+header("Expires: Thu, 01 Dec 2003 16:00:00 GMT");
+header("Cache-Control: no-cache, must-revalidate");
+header("Pragma: no-cache");
+header('HTTP/1.1 307 Temporary Redirect');
+header('Location: resources/access-via-redirect.html');
+?>