Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $ curl -v www.example.com
  2. * Rebuilt URL to: www.example.com/
  3. * Hostname was NOT found in DNS cache
  4. * Trying 203.0.113.139...
  5. * Connected to www.example.com (203.0.113.139) port 80 (#0)
  6.  
  7. > GET / HTTP/1.1
  8. > User-Agent: curl/7.35.0
  9. > Host: www.example.com
  10. > Accept: */*
  11. >
  12.  
  13. < HTTP/1.1 301 Moved Permanently
  14. < Content-length: 0
  15. < Location: http://example.com/
  16. < Connection: close
  17. <
  18. * Closing connection 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement