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.
2 parents 31fb0ef + 618c693 commit 5a7189eCopy full SHA for 5a7189e
src/Security.php
@@ -19,9 +19,9 @@ class Security
19
20
public const KEY = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
21
22
- public const SEC_WEBSOCKET_KEY = 'Sec-Websocket-Key';
+ public const SEC_WEBSOCKET_KEY = 'sec-websocket-key';
23
24
- public const SEC_WEBSOCKET_PROTOCOL = 'Sec-WebSocket-Protocol';
+ public const SEC_WEBSOCKET_PROTOCOL = 'sec-webSocket-protocol';
25
26
public function isInvalidSecurityKey(string $key): bool
27
{
0 commit comments