chromium/third_party/blink/web_tests/http/tests/inspector-protocol/emulation/resources/redirect.php

<?php
header('HTTP/1.1 307 Temporary Redirect');
header('Pragma: no-cache');
header('Location: echo-headers.php');
?>