root
/
LayoutTests
/
http
/
tests
/
loading
/
resources
/post-to-303-target.php
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
<?php
header
('HTTP/1.1 303 See Other');
header
('Location: 303-to-307-target.php');
?>
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/