blob: d8db4f03e6c03dcfa59612fcb632f54f1de8eefb [file] [log] [blame]
<?php
// 127.0.0.1 is where the test originally started. We redirected to "localhost" before this.
header('Location: http://127.0.0.1:8000/misc/resources/webtiming-cross-origin-and-back-redirect3.php');
header('HTTP/1.0 302 Found');
?>