chromium/third_party/blink/web_tests/http/tests/inspector-protocol/resources/redirect-mixed-content-script.php

<?php
header('HTTP/1.1 302 Found');
header('Location: http://devtools.test:8000/inspector-protocol/resources/empty.js');
?>