Sign in
webkit
/
WebKit
/
431c47fbae9b6dec87c0dd4d3e46bfb763a4c9a3
/
.
/
LayoutTests
/
http
/
tests
/
ssl
/
resources
/
referer-303-redir.py
blob: 7c4c0a98b76bdfad2a2763689f124583f602dafc [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'status: 303\r\n'
'Location: http://127.0.0.1:8000/ssl/resources/no-http-referer.cgi\r\n'
'Cache-Control: no-cache,no-store\r\n'
'Content-Type: text/html\r\n\r\n'
)