diff --git a/autobahn/wamp/serializer.py b/autobahn/wamp/serializer.py index 3151c58e..455e9360 100644 --- a/autobahn/wamp/serializer.py +++ b/autobahn/wamp/serializer.py @@ -477,7 +477,7 @@ else: handshake identify the serializer with WAMP-over-RawSocket. """ - MIME_TYPE = "application/x-cbor" + MIME_TYPE = "application/cbor" """ MIME type announced in HTTP request/response headers when running WAMP-over-Longpoll HTTP fallback.