Live HTTP Headers

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Anant
Forum Commoner
Posts: 66
Joined: Wed Jul 14, 2010 11:46 am

Live HTTP Headers

Post 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
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: Live HTTP Headers

Post 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.
Post Reply