Advertisement
Guest User

Untitled

a guest
May 25th, 2011
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. sundberg@hp-k64:~$ telnet www.google.com 80
  2. Trying 209.85.148.103...
  3. Connected to www.l.google.com.
  4. Escape character is '^]'.
  5. GET
  6. HTTP/1.0 302 Found
  7. Location: http://www.google.fi/
  8. Cache-Control: private
  9. Content-Type: text/html; charset=UTF-8
  10. Set-Cookie: PREF=ID=f349f34e6ecd0d4e:FF=0:TM=1306328199:LM=1306328199:S=bFUVKq0hI9_vXnaK; expires=Fri, 24-May-2013 12:56:39 GMT; path=/; domain=.google.com
  11. Date: Wed, 25 May 2011 12:56:39 GMT
  12. Server: gws
  13. Content-Length: 218
  14. X-XSS-Protection: 1; mode=block
  15.  
  16. <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
  17. <TITLE>302 Moved</TITLE></HEAD><BODY>
  18. <H1>302 Moved</H1>
  19. The document has moved
  20. <A HREF="http://www.google.fi/">here</A>.
  21. </BODY></HTML>
  22. Connection closed by foreign host.
  23. sundberg@hp-k64:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement