Created
April 30, 2014 16:01
-
-
Save lcharette/1e87882f58011f0340e5 to your computer and use it in GitHub Desktop.
APE Socket communication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HTTP / 1.1 200 OK | |
| Pragma: no - cache | |
| Cache - Control: no - cache, | |
| must - revalidate | |
| Expires: Thu, | |
| 27 Dec 1986 07: 30: 00 GMT | |
| Content - Type: application / x - ape - event - stream | |
| [{ | |
| "time": "1398873326", | |
| "raw": "LOGIN", | |
| "data": { | |
| "sessid": "7f944f2c86eb0a687870ee0fdde6ebfb" | |
| } | |
| }, { | |
| "time": "1398873326", | |
| "raw": "IDENT", | |
| "data": { | |
| "user": { | |
| "casttype": "uni", | |
| "pubid": "0f6b4fe3c2423110ff744d970e340966", | |
| "properties": { | |
| "name": "iOS980" | |
| } | |
| } | |
| } | |
| }] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GET /1/?[{"cmd":"CONNECT","chl":0,"params":{"name":"iOS980"}}] HTTP/1.1 | |
| Host: 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment