blob: 58c8bf0aefef287c1b95a3ca3cce9effbecfc57b [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'status: 303\r\n'
'Location: 303-to-307-target.py\r\n'
'Content-Type: text/html\r\n\r\n'
)