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