Advertisement
JDVU

Untitled

Jun 14th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. $ echo -en "GET /1916/index.m3u8?token=6477502547 HTTP/1.1\r\nHost: ott-2.host\r\nReferer: \r\n\r\n" | nc ott-2.host 80
  2. HTTP/1.1 403 Forbidden
  3. Connection: keep-alive
  4. Server: Cowboy
  5. Date: Sat, 11 Jun 2016 13:19:53 GMT
  6. Content-Length: 634
  7. X-Route-Time: 146
  8. X-Run-Time: 534
  9. Access-Control-Allow-Origin: *
  10. Access-Control-Allow-Methods: GET, OPTIONS
  11. Access-Control-Expose-Headers: Server, range, X-Run-Time, Content-Length
  12. Access-Control-Allow-Headers: x-vsaas-session, origin, authorization, accept, range
  13. X-Deny-Reason: invalid_url: no_protocol
  14.  
  15.  
  16.  
  17. $ echo -en "GET /1916/index.m3u8?token=6477502547 HTTP/1.1\r\nHost: ott-2.host\r\nReferer: http://a.ru\r\n\r\n" | nc ott-2.host 80
  18. HTTP/1.1 200 OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement