blob: 2f3efbceeb8c7bf67666868bd87a0e17817f7279 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Content-Disposition: attachment; filename=test.html\r\n'
'Content-Type: text/html\r\n\r\n'
'<!DOCTYPE html>\n'
'<meta http-equiv="refresh" content="0; url=data:text/html,FAIL">\n'
)