Skip to content

Instantly share code, notes, and snippets.

@derhuerst
Created September 19, 2022 07:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derhuerst/ab204e2db61807a35914cc8ec3edfafe to your computer and use it in GitHub Desktop.
Save derhuerst/ab204e2db61807a35914cc8ec3edfafe to your computer and use it in GitHub Desktop.
GoMedia on-board Wi-Fi entertainment system requests
GET /services/cna/visitor HTTP/1.1
Host: media.flixbus.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Firefox/102.0
Accept: application/json, text/plain, */*
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate, br
DNT: 1
Connection: keep-alive
Referer: https://media.flixbus.com/
Cookie: visitor_id=3add6454-63e6-b4bd-12e9-894533aeeceb
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
HTTP/1.1 200 OK
Date: Mon, 19 Sep 2022 07:37:18 GMT
Content-Type: application/json
Content-Length: 53
Connection: keep-alive
Strict-Transport-Security: max-age=63072000; includeSubDomains
{"visitor_id":"3add6454-63e6-b4dd-12e9-894533affcfb"}
GET /services/pis/v1/position HTTP/1.1
Host: media.flixbus.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Firefox/102.0
Accept: */*
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate, br
Referer: https://media.flixbus.com/
DNT: 1
Connection: keep-alive
Cookie: visitor_id=3add6454-63e6-b4dd-12e9-894533affcfb
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
HTTP/1.1 200 OK
Date: Mon, 19 Sep 2022 07:37:18 GMT
Content-Type: application/json
Content-Length: 59
Connection: keep-alive
Access-Control-Allow-Headers: Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization
Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE
Access-Control-Allow-Origin: *
Grpc-Metadata-Content-Type: application/grpc
Vary: Origin
Strict-Transport-Security: max-age=63072000; includeSubDomains
{"latitude":52.533149,"longitude":13.290642,"speed":14.965}
GET /serverOnLineCheck.json?lang=en&r=1663573039603&contentType=mpd HTTP/1.1
Host: media.flixbus.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Firefox/102.0
Accept: application/json, text/plain, */*
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate, br
DNT: 1
Connection: keep-alive
Referer: https://media.flixbus.com/
Cookie: visitor_id=3add6454-63e6-b4dd-12e9-894533affcfb
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
HTTP/1.1 200 OK
Date: Mon, 19 Sep 2022 07:37:19 GMT
Content-Type: application/json
Content-Length: 0
Last-Modified: Tue, 15 Feb 2022 14:37:07 GMT
Connection: keep-alive
ETag: "620bba93-0"
Expires: Mon, 19 Sep 2022 07:37:18 GMT
Cache-Control: no-cache
Strict-Transport-Security: max-age=63072000; includeSubDomains
Accept-Ranges: bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment