blob: 5f981972c15091b173b85ad1b3de6197d50ebebe [file] [log] [blame]
<?php
// Tests run from 127.0.0.1, so localhost will appear to be a different origin.
header('Location: http://localhost:8080/misc/resources/webtiming-cross-origin-redirect.html');
header('HTTP/1.0 302 Found');
?>