manual merge after pull testJam
authorGopal Raghavan <gopal.raghavan@nokia.com>
Thu, 03 May 2012 15:02:30 -0700
branchtestJam
changeset 45 0c5859aace90
parent 44 bb7c550da66e (current diff)
parent 43 9a01b8703f04 (diff)
child 47 125500fa827e
child 51 52bab77694f6
manual merge after pull
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/cors/submitted/webkit/resources/access-control-basic-allow.php	Thu May 03 15:02:30 2012 -0700
@@ -0,0 +1,10 @@
+<?php
+
+header("Content-Type: text/plain");
+header("Access-Control-Allow-Credentials: true");
+header("Access-Control-Allow-Origin:" . $_SERVER['HTTP_ORIGIN']);
+
+echo "PASS: Cross-domain access allowed.";
+
+?>
+