How do i record http headers?

by sean83
2 replies
Say i have a redirect setup, how do i get a transcript of an excerpt from an http header when i click a link.

Like this below:

http://www.mydomain.com/bmr.php

GET /bmr.php HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:20.0) Gecko/20100101 Firefox/20.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://www.mydomain.com/thankyou.html
Cookie: tracking202subid=342; tracking202pci=74535
Connection: keep-alive

HTTP/1.1 302 Found
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Sun, 03 Mar 2013 07:17:57 GMT
Server: LiteSpeed
Connection: close
X-Powered-By: PHP/5.3.20
Location: http://mydomain.info/tracking202/red...1103&pci=72695
Content-Type: text/html
Content-Length: 20


Is there a method or software i can use to perform this?
#headers #http #record

Trending Topics