blob: 23621765f161c058c34a0a579a66b62c52c8e415 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Location: server-redirect-result.html\r\n'
'status: 301\r\n'
'Content-Type: text/html\r\n\r\n'
)