chromium/third_party/blink/web_tests/http/tests/security/resources/redir.php

<?php
header("location: ".$_GET["url"]);
?>