diff --git a/webserver/chocolate.py b/webserver/chocolate.py index ab3cfd063..58031d7ce 100755 --- a/webserver/chocolate.py +++ b/webserver/chocolate.py @@ -18,7 +18,7 @@ class index: return "Hello, world! This server only accepts POST requests." def POST(self): - web.header("Content-type", "text/html") + web.header("Content-type", "application/x-protobuf") web.setcookie("chocolate", hmac("foo", "bar"), secure=True) # , httponly=True) m = chocolatemessage()