author | puhley |
Thu, 03 May 2012 15:30:50 -0700 | |
branch | testJam |
changeset 48 | e872c4bb2244 |
parent 47 | 125500fa827e |
child 54 | f1c99302aa86 |
child 55 | fa303bb04679 |
child 57 | 35ee6783373f |
tests/cors/submitted/webkit/resources/access-control-basic-allow-access-control-origin-header.php |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/cors/submitted/webkit/resources/access-control-basic-allow-access-control-origin-header.php Thu May 03 15:30:50 2012 -0700 @@ -0,0 +1,11 @@ +<?php + +header("Content-Type: text/plain"); +header("Cache-Control: no-cache, no-store"); +header("Access-Control-Allow-Origin: *"); + +echo "PASS: Cross-domain access allowed.\n"; +echo "HTTP_ORIGIN: " . $_SERVER["HTTP_ORIGIN"] . "\n" + +?> +