Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
http
/
tests
/
loading
/
resources
/
303-to-307-target.php
blob: be44e799b3a65f8a1fa75e8bc8f463bd732eda65 [
file
] [
log
] [
blame
]
<?
php
header
(
'HTTP/1.1 307 Temporary Redirect'
);
header
(
'Location: 307-post-output-target.php'
);
?>