Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
1,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. POST https://sdfp-va.musical.ly/v1/getInfo?version_code=2&time=<timestamp>&app_id=1233&version=1.0.0 HTTP/1.1
  2. Content-Type: application/octet-stream
  3. User-Agent: Dalvik/2.1.0 (Linux; U; Android 9; Nexus 6 Build/PQ3A.190505.002)
  4. Host: sdfp-va.musical.ly
  5. Connection: Keep-Alive
  6. Accept-Encoding: gzip
  7. Cookie: install_id=<blah>; ttreq=<blah>
  8. Content-Length: 604
  9. version_code: 2
  10. time: <timestamp>
  11. app_id: 1233
  12. version: 1.0.0
  13.  
  14. HTTP/1.1 200 OK
  15. Server: nginx/1.14.0
  16. Content-Type: application/json
  17. Transfer-Encoding: chunked
  18. Connection: keep-alive
  19. Vary: Accept-Encoding
  20. X-Tt-Logid: <secret>
  21. Vary: Accept-Encoding
  22. Content-Encoding: gzip
  23. {
  24. "code": 202,
  25. "token_id": "<token>"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement