Advertisement
janoulle

Checking HTTP Headers for 301 redirects

Jun 15th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. GET /using-habari-from-a-users-perspective HTTP/1.1
  2.  
  3. Host: janetalkstech.com
  4.  
  5. Connection: keep-alive
  6.  
  7. User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30
  8.  
  9. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  10.  
  11. Accept-Encoding: gzip,deflate,sdch
  12.  
  13. Accept-Language: en-US,en;q=0.8
  14.  
  15. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
  16.  
  17.  
  18.  
  19. HTTP/1.1 301 Moved Permanently
  20.  
  21. Date: Wed, 15 Jun 2011 23:16:07 GMT
  22.  
  23. Server: Apache
  24.  
  25. X-Pingback: http://janetalkstech.com/xmlrpc.php
  26.  
  27. Expires: Wed, 11 Jan 1984 05:00:00 GMT
  28.  
  29. Cache-Control: no-cache, must-revalidate, max-age=0
  30.  
  31. Pragma: no-cache
  32.  
  33. Set-Cookie: PHPSESSID=x; path=/
  34.  
  35. Vary: Accept-Encoding,User-Agent
  36.  
  37. Last-Modified: Wed, 15 Jun 2011 23:16:13 GMT
  38.  
  39. Location: http://janetalkstech.com/2009/using-habari-from-a-users-perspective
  40.  
  41. Content-Encoding: gzip
  42.  
  43. Content-Length: 20
  44.  
  45. Keep-Alive: timeout=2, max=100
  46.  
  47. Connection: Keep-Alive
  48.  
  49. Content-Type: text/html; charset=UTF-8
  50.  
  51.  
  52.  
  53. ....................GET /2009/using-habari-from-a-users-perspective HTTP/1.1
  54.  
  55. Host: janetalkstech.com
  56.  
  57. Connection: keep-alive
  58.  
  59. User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30
  60.  
  61. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  62.  
  63. Accept-Encoding: gzip,deflate,sdch
  64.  
  65. Accept-Language: en-US,en;q=0.8
  66.  
  67. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
  68.  
  69. Cookie: PHPSESSID=x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement