Skip to content

Instantly share code, notes, and snippets.

@donpdonp
Created December 30, 2011 21:42
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 donpdonp/1541604 to your computer and use it in GitHub Desktop.
Save donpdonp/1541604 to your computer and use it in GitHub Desktop.
Websocket Upgrade Request on t-mobile, verizon, and wifi
## From TMobile
208.054.032.142.40788-064.062.134.149.00080:
GET / HTTP/1.1
Host: api.icecondor.com
Origin: x
Sec-WebSocket-Version: 8
Sec-WebSocket-Key: TGlktvM6fVgb3+zyHbEwpw==
X-Via: Harmony proxy
## From Verizon
166.250.000.183.08046-064.062.134.149.00080:
GET / HTTP/1.1
Host: api.icecondor.com
Origin: x
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Version: 8
Sec-WebSocket-Key: WCHHANFE9EtPJ/TJ6b7wRA==
## From wifi
199.223.125.134.54615-064.062.134.149.00080:
GET / HTTP/1.1
Host: api.icecondor.com
Origin: x
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Version: 8
Sec-WebSocket-Key: 77pNXd6bc1U0zIi3wwtt8w==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment