1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] one page modified

This commit is contained in:
CPol 2021-09-06 09:41:45 +00:00 committed by gitbook-bot
parent 73a4b966bd
commit 509d356627
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -7,6 +7,7 @@ WebSockets are particularly useful in situations where **low-latency or server-i
## How are WebSocket connections established?
\(Here you will find a summary but a **more detailed guide about how a web socket connection** is created can be found [**here**](https://infosecwriteups.com/cross-site-websocket-hijacking-cswsh-ce2a6b0747fc)\).
WebSocket connections are normally created using client-side JavaScript like the following:
```javascript