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
Live HTTP Headers
Moderator: General Moderators
Re: Live HTTP Headers
Live HTTP Headers shows only headers, not content (except POST data). To see content, try Firebug. It is especially useful for debugging AJAX.