blob: 3fc0222e32ea4c9eb9a7a83c4fc6f70f44d59748 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Expires: Thu, 01 Dec 2003 16:00:00 GMT\r\n'
'Cache-Control: no-cache, must-revalidate\r\n'
'Pragma: no-cache\r\n'
'status: 307\r\n'
'Location: resources/access-via-redirect.html\r\n'
'Content-Type: text/html\r\n\r\n'
)