We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cf973 commit 37c8ec5Copy full SHA for 37c8ec5
ws4py/client/__init__.py
@@ -269,6 +269,7 @@ def handshake_headers(self):
269
'host' not in self.exclude_headers:
270
headers.append(('Host', '%s:%s' % (self.host, self.port)))
271
272
+
273
if not any(x for x in headers if x[0].lower() == 'origin') and \
274
'origin' not in self.exclude_headers:
275
0 commit comments