Skip to content

Instantly share code, notes, and snippets.

@tifroz
Created April 24, 2017 19:14
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 tifroz/8c80a9cf450d98034e8886d9afc3ec93 to your computer and use it in GitHub Desktop.
Save tifroz/8c80a9cf450d98034e8886d9afc3ec93 to your computer and use it in GitHub Desktop.
A server-side header capture, for a request originated from the roku video player
{
"host": "webtv.dev.example.com",
"accept-language": "en-us",
"x-playback-session-id": "F7880627-642C-4A60-99F4-F1BAE9EBCA4B",
"cookie": "_ga=GA1.2.497125455.148518954; cookie=bah",
"range": "bytes=7077888-7340031",
"accept": "*/*",
"user-agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1",
"referer": "http://webtv.dev.example.com/cookie/test-simple.html",
"accept-encoding": "identity",
"connection": "keep-alive"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment