We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b63bb commit b56b34eCopy full SHA for b56b34e
1 file changed
ws4py/client/__init__.py
@@ -83,7 +83,7 @@ def handshake_headers(self):
83
('Connection', 'Upgrade'),
84
('Upgrade', 'websocket'),
85
('Sec-WebSocket-Key', self.key),
86
- ('Sec-WebSocket-Origin', self.url),
+ ('Origin', self.url),
87
('Sec-WebSocket-Version', str(max(WS_VERSION)))
88
]
89
0 commit comments