blob: 015c351ddeed74091ecdff9b7df0ed9b2fa4a33d [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Set-Cookie: one_cookie=shouldBeRejeced; domain=WrongDomain\r\n'
'Location: cookies-wrong-domain-rejected-result.py\r\n'
'Content-Type: text/html\r\n\r\n'
)