Codebase Browser
chromium
Go to App
chromium
/
third_party/blink/web_tests/http/tests/loading/resources/
303-to-307-target.php
<?php header('HTTP/1.1 307 Temporary Redirect'); header('Location: 307-post-output-target.php'); ?>