root/LayoutTests/http/tests/security/resources/script-allow-credentials.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Access-Control-Allow-Origin: http://127.0.0.1:8000");
header("Access-Control-Allow-Credentials: true");
header('Content-Type: application/javascript');
echo '3;'
?>

/* [<][>][^][v][top][bottom][index][help] */