Codebase Browser
chromium
Go to App
chromium
/
third_party/blink/web_tests/http/tests/navigation/resources/
redirect-to-cookie.php
<? header('Status: 303 See Other'); header('Location: '.$_COOKIE['location']); ?>