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 367b5de commit 618c693Copy full SHA for 618c693
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