Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. [ BEFORE ] =========================================================================================
  2.  
  3. ~$ curl -v --head http://www.estateassist.com/articles/eight-fall-fashion-hacks-for-moms/
  4. * Adding handle: conn: 0x7fade3804000
  5. * Adding handle: send: 0
  6. * Adding handle: recv: 0
  7. * Curl_addHandleToPipeline: length: 1
  8. * - Conn 0 (0x7fade3804000) send_pipe: 1, recv_pipe: 0
  9. * About to connect() to www.estateassist.com port 80 (#0)
  10. * Trying 54.200.121.246...
  11. * Connected to www.estateassist.com (54.200.121.246) port 80 (#0)
  12. > HEAD /articles/eight-fall-fashion-hacks-for-moms/ HTTP/1.1
  13. > User-Agent: curl/7.30.0
  14. > Host: www.estateassist.com
  15. > Accept: */*
  16. >
  17. < HTTP/1.1 200 OK
  18. HTTP/1.1 200 OK
  19. < Content-Type: text/html; charset=UTF-8
  20. Content-Type: text/html; charset=UTF-8
  21. < Date: Tue, 30 Sep 2014 17:52:06 GMT
  22. Date: Tue, 30 Sep 2014 17:52:06 GMT
  23. < Link: <https://www.estateassist.com/articles/?p=589>; rel=shortlink
  24. Link: <https://www.estateassist.com/articles/?p=589>; rel=shortlink
  25. * Server nginx/1.4.6 (Ubuntu) is not blacklisted
  26. < Server: nginx/1.4.6 (Ubuntu)
  27. Server: nginx/1.4.6 (Ubuntu)
  28. < X-Pingback: http://blog.estateassist.com/xmlrpc.php
  29. X-Pingback: http://blog.estateassist.com/xmlrpc.php
  30. < X-Powered-By: PHP/5.5.9-1ubuntu4
  31. X-Powered-By: PHP/5.5.9-1ubuntu4
  32. < Connection: keep-alive
  33. Connection: keep-alive
  34.  
  35.  
  36. [ AFTER ] =========================================================================================
  37. ~$ curl -v --head http://www.estateassist.com/articles/eight-fall-fashion-hacks-for-moms/
  38. * Adding handle: conn: 0x7fc8e9804000
  39. * Adding handle: send: 0
  40. * Adding handle: recv: 0
  41. * Curl_addHandleToPipeline: length: 1
  42. * - Conn 0 (0x7fc8e9804000) send_pipe: 1, recv_pipe: 0
  43. * About to connect() to www.estateassist.com port 80 (#0)
  44. * Trying 54.200.121.246...
  45. * Connected to www.estateassist.com (54.200.121.246) port 80 (#0)
  46. > HEAD /articles/eight-fall-fashion-hacks-for-moms/ HTTP/1.1
  47. > User-Agent: curl/7.30.0
  48. > Host: www.estateassist.com
  49. > Accept: */*
  50. >
  51. < HTTP/1.1 301 Moved Permanently
  52. HTTP/1.1 301 Moved Permanently
  53. < Content-length: 193
  54. Content-length: 193
  55. < Content-Type: text/html
  56. Content-Type: text/html
  57. < Date: Tue, 30 Sep 2014 17:53:14 GMT
  58. Date: Tue, 30 Sep 2014 17:53:14 GMT
  59. < Location: https://www.estateassist.com/articles/eight-fall-fashion-hacks-for-moms/
  60. Location: https://www.estateassist.com/articles/eight-fall-fashion-hacks-for-moms/
  61. * Server nginx/1.4.6 (Ubuntu) is not blacklisted
  62. < Server: nginx/1.4.6 (Ubuntu)
  63. Server: nginx/1.4.6 (Ubuntu)
  64. < Connection: keep-alive
  65. Connection: keep-alive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement