summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/ssl/resources/referer-303-redir.php
blob: 63f859dd907343463a21f58473c538b2e19b98a8 (plain)
1
2
3
4
5
<?php
header("HTTP/1.1 303 See Other");
header("Location: http://127.0.0.1:8000/ssl/resources/no-http-referer.cgi");
header("Cache-Control: no-cache,no-store");
?>