Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
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'
);
?>