root/LayoutTests/http/tests/loading/resources/303-to-307-target.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header('HTTP/1.1 307 Temporary Redirect');
header('Location: 307-post-output-target.php');
?>

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