Page 1 of 1

Live HTTP Headers

Posted: Wed Jan 12, 2011 10:28 am
by Anant
Can Live HTTP Headers track the data coming to the site from external site ?

I know it can track the post data going to the external site but not sure if it can track the result..

Thanks

Re: Live HTTP Headers

Posted: Wed Jan 12, 2011 4:14 pm
by McInfo
Live HTTP Headers shows only headers, not content (except POST data). To see content, try Firebug. It is especially useful for debugging AJAX.