Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
http
/
tests
/
loading
/
resources
/
post-to-303-target.php
blob: 90a2db1bb9ffdcf88ed5d9d0aff573040020424a [
file
] [
log
] [
blame
]
<?
php
header
(
'HTTP/1.1 303 See Other'
);
header
(
'Location: 303-to-307-target.php'
);
?>