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, ""