Advertisement
Guest User

Python-skripti

a guest
Feb 26th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. POST https://watchable-api.dc.elisa.fi/V3/recordings/play-options/25127583/ios HTTP/1.1
  2. Host: watchable-api.dc.elisa.fi
  3. User-Agent: python-requests/2.25.1
  4. Accept-Encoding: gzip, deflate
  5. Accept: */*
  6. Connection: keep-alive
  7. content-type: application/json; charset=UTF-8
  8. Authorization: Bearer xxxxxxxxx
  9. Content-Length: 111
  10.  
  11. {"cdnServiceOptions":["s_ttml"],"protocol":"hls","applicationVersion":"1","deviceId":"123","drmPlatform":"ios"}
  12.  
  13.  
  14. HTTP/1.1 200
  15. X-Content-Type-Options: nosniff
  16. X-XSS-Protection: 1; mode=block
  17. Cache-Control: no-cache, no-store, max-age=0, must-revalidate
  18. Pragma: no-cache
  19. Expires: 0
  20. X-Frame-Options: DENY
  21. vary: accept-encoding
  22. Content-Type: application/hal+json;charset=UTF-8
  23. Date: Sat, 27 Feb 2021 02:49:56 GMT
  24. Set-Cookie: xxxxx=zzzzzz; path=/; HttpOnly; Secure
  25. Content-Length: 672
  26.  
  27. {"requestRouterUrl":"https://rr.cdn.elisaviihde.fi/netpvr/v5/41/20210225T190023000_20210225T204042000?account=viihde&uid=YYY&platform=ios&protocol=hls&drm=clear&appVersion=1&device=123&expire=1614394496&allowCountry=any&allowAnonymous=true&version=1614279190&options=s_ttml&token=zzzzzz","usageStats":{"statsServerEndpoint":"https://analytics.saunalahti.fi/usagestats/api/PlayerEvent","signature":"yyyyyyyyyyyyyyyy","sessionId":1614394196184,"viewId":"25127583","viewType":"RECORDING","user":{"clientType":"IOS","credentialsType":"ENTERTAINMENTCREDENTIALS","credentialsValue":"YYY"}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement