root/LayoutTests/http/tests/ssl/resources/referer-303-redir.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("HTTP/1.1 303 See Other");
header("Location: http://127.0.0.1:8000/ssl/resources/no-http-referer.cgi");
header("Cache-Control: no-cache,no-store");
?>

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