Guest User

Untitled

a guest
Jan 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. / # telnet MY_IP_ADDRESS 80
  2. HTTP/1.0 408 Request Time-out
  3. Cache-Control: no-cache
  4. Connection: close
  5. Content-Type: text/html
  6.  
  7. <html><body><h1>408 Request Time-out</h1>
  8. Your browser didn't send a complete request in time.
  9. </body></html>
  10. Connection closed by foreign host
  11.  
  12. / # MacBook-Pro:~ icordoba$ telnet MY_IP_ADDRESS 80
  13. Trying MY_IP_ADDRESS...
  14. Connected to MY_IP_ADDRESS.
  15. Escape character is '^]'.
  16. ^CConnection closed by foreign host.
Add Comment
Please, Sign In to add comment