blob: 4006c9d41d9bdcbede2bc23109301a1b73e7be10 [file] [log] [blame]
def main(request, response):
headers = [("Cache-Control", "no-cache"),
("Pragma", "no-cache"),
("Location", request.GET['location'])]
return 302, headers, ""