def hello(): print("Cookie header raw: {}".format(request.headers['Cookie'])) print("cookies: {}".format(request.cookies)) return "Got it!\n"