Sign in
webkit
/
WebKit
/
c19171a123537df24000c2385ff2300a0c5e6314
/
.
/
LayoutTests
/
http
/
wpt
/
resources
/
redirect.py
blob: 69c9e4752a53b819d8931366f870dcb8d75d9859 [
file
] [
log
] [
blame
]
def
main
(
request
,
response
):
headers
=
[(
b
"Cache-Control"
,
b
"no-cache"
),
(
b
"Pragma"
,
b
"no-cache"
),
(
b
"Location"
,
request
.
GET
[
b
'location'
])]
return
302
,
headers
,
""