Skip to content

Instantly share code, notes, and snippets.

@jacobrosenthal
Created June 28, 2014 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobrosenthal/b49398b8fa88e83e4559 to your computer and use it in GitHub Desktop.
Save jacobrosenthal/b49398b8fa88e83e4559 to your computer and use it in GitHub Desktop.
GET /socket.io/?EIO=3&transport=polling&t=1403805269554-0&b64=1 HTTP/1.1
User-Agent: node-XMLHttpRequest
Accept: */*
Host: 192.168.112.21:3000
Connection: close
HTTP/1.1 200 OK
Content-Type: text/plain; charset=UTF-8
Content-Length: 100
Access-Control-Allow-Origin: *
Set-Cookie: io=uiGCuGZU28BtvIOSAAAH
Date: Thu, 26 Jun 2014 17:54:29 GMT
Connection: close
97:0{"sid":"uiGCuGZU28BtvIOSAAAH","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":60000}
GET /socket.io/?EIO=3&transport=websocket&sid=uiGCuGZU28BtvIOSAAAH HTTP/1.1
Connection: Upgrade
Upgrade: websocket
Host: 192.168.112.21:3000
Origin: 192.168.112.21:3000
Sec-WebSocket-Version: 13
Sec-WebSocket-Key: MTMtMTQwMzgwNTI2OTU3OQ==
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Accept: +pP7UGp0x1Z9A1tSIPa/7cuYIg0=
.........o....3probe........~..42["ready",{"api":"connect","status":201,"socketid":"uiGCuGZU28BtvIOSAAAH","uuid":"c33e14c0-fd55-11e3-a290-ef9910e207d9","token":"0avr9lpll33w0cnmirsghi79omie8kt9"}].........[...b...i...,...u...:...6...f...5...1...-...3...a...3...a...].x430[{"api":"subscribe","socketid":"uiGCuGZU28BtvIOSAAAH","toUuid":"196798f1-b5d8-11e3-8c93-45a0c0308eaa","result":true}]
GET /socket.io/?EIO=3&transport=polling&t=1403805269580-1&b64=1&sid=uiGCuGZU28BtvIOSAAAH HTTP/1.1
User-Agent: node-XMLHttpRequest
Accept: */*
Host: 192.168.112.21:3000
Connection: close
HTTP/1.1 200 OK
Content-Type: text/plain; charset=UTF-8
Content-Length: 57
Access-Control-Allow-Origin: *
Set-Cookie: io=uiGCuGZU28BtvIOSAAAH
Date: Thu, 26 Jun 2014 17:54:29 GMT
Connection: close
2:4050:42["identify",{"socketid":"uiGCuGZU28BtvIOSAAAH"}]
POST /socket.io/?EIO=3&transport=polling&t=1403805269624-2&b64=1&sid=uiGCuGZU28BtvIOSAAAH HTTP/1.1
User-Agent: node-XMLHttpRequest
Accept: */*
Content-Type: text/plain;charset=UTF-8
Host: 192.168.112.21:3000
Content-Length: 132
Connection: close
128:42["identity",{"uuid":"c33e14c0-fd55-11e3-a290-ef9910e207d9","token":"0avr9lpll33w0cnmirsghi79omie8kt9","protocol":"websocket"}]HTTP/1.1 200 OK
Content-Length: 2
Content-Type: text/html
Access-Control-Allow-Origin: *
Set-Cookie: io=uiGCuGZU28BtvIOSAAAH
Date: Thu, 26 Jun 2014 17:54:29 GMT
Connection: close
ok
GET /socket.io/?EIO=3&transport=polling&t=1403805269625-3&b64=1&sid=uiGCuGZU28BtvIOSAAAH HTTP/1.1
User-Agent: node-XMLHttpRequest
Accept: */*
Host: 192.168.112.21:3000
Connection: close
HTTP/1.1 200 OK
Content-Type: text/plain; charset=UTF-8
Content-Length: 3
Access-Control-Allow-Origin: *
Set-Cookie: io=uiGCuGZU28BtvIOSAAAH
Date: Thu, 26 Jun 2014 17:54:29 GMT
Connection: close
1:6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment