Guest User

Untitled

a guest
Jun 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. tinyget -srv:dev.24.com -uri:/helloworld.zip -tbLoadSecurity
  2. WWWConnect::Connect("server.domain.com","80")
  3. IP = "127.0.0.1:80"
  4. source port: 1581
  5.  
  6. REQUEST: **************
  7. GET /helloworld.zip HTTP/1.1
  8. Host: server.domain.com
  9. Accept: */*
  10.  
  11.  
  12. RESPONSE: **************
  13. HTTP/1.1 200 OK
  14. Content-Length: 155
  15. Content-Type: text/html
  16. Last-Modified: Wed, 29 Apr 2009 08:43:10 GMT
  17. Accept-Ranges: bytes
  18. ETag: "747da786a6c8c91:0"
  19. Server: Microsoft-IIS/6.0
  20. Date: Wed, 29 Apr 2009 10:47:10 GMT
  21.  
  22. PK??
  23. ? ? ? helloworld.txthello worldPK??¶
  24. ? ? ? ? helloworld.txtPK?? ? ? < 7 ? hello world sample
  25. WWWConnect::Close("server.domain.com","80")
  26. closed source port: 1581
Add Comment
Please, Sign In to add comment