Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
loading
/
resources
/
303-to-307-target.php
blob: be44e799b3a65f8a1fa75e8bc8f463bd732eda65 [
file
]
<?
php
header
(
'HTTP/1.1 307 Temporary Redirect'
);
header
(
'Location: 307-post-output-target.php'
);
?>