Desi Hack of LiveHTTPHeaders
LiveHTTPHeaders was one of my most often used plug ins for Mozilla Firefox 1.5. It allows you to trace each and every HTTP request being made by your browser and includes all the HTTP headers being sent and received. This includes things like redirects and cookies being set. The plug in proved extremely valuable in debugging our Single Sign On environment. This includes a number of web servers with a user being redirected through different servers during the login process.
Recently I switched from Firefox 1.5 to Firefox 2.0 and found out that the LiveHTTPHeaders plug in wouldn’t run on Firefox 2.0 Unfortunately the official page still doesn’t have a download that will install on Firefox 2.0. I decided to take a risk and hack the plug in myself to force it to install on Firefox 2.0. It proved to be very simple and it worked! I now have LiveHTTPHeaders running in my Mozilla Firefox 2.0.
If you also want to run LiveHTTPHeaders in Firefox 2.0 you can do one of two things; follow the hard way and make your own hacked plug in, or just download it from my server. Save the file to your local disk and drag-and-drop it from a Windows Explorer to a Firefox window.
If you want to do it the hard way, here are the steps to do it yourself: 1- Go to the LiveHTTPHeaders download page
2- Right click the “download it” link of the latest version and select “Save Link As…”
3- Save the livehttpheaders-0.12.xpi file on your disk
4- Rename livehttpheaders-0.12.xpi to livehttpheaders-0.12.zip
5- Unzip the file
6- Edit install.rdf that is in the unzipped folder
7- Replace <em:maxVersion>1.5+</em:maxVersion> by <em:maxVersion>2.0.*</em:maxVersion>
8- ZIP all files again in livehttpheaders-0.12-firefox2.0.zip
9- Rename livehttpheaders-0.12-firefox2.0.zip to livehttpheaders-0.12-firefox2.0.xpi
10- Drag and drop the .xpi file from a Windows Explorer to a Firefox 2.0 window
11- The LiveHTTPHeaders Add On will be installed
12- After restarting Firefox 2.0 you have a working LiveHTPHeaders plug in!
HTH.
Other posts by Commoner
- Habitual Condemnation - November 21st, 2008
- Sandwitched Population - November 21st, 2008
- Clear the Dust - November 20th, 2008
- Exactly What They Want - November 20th, 2008
- Punjab Heats Up - November 19th, 2008
- Eyeball to Eyeball - November 18th, 2008
- No Surprises There - November 18th, 2008
- Yousuf Ready to Leave "Power" - November 18th, 2008
- OGRA Website Hacked By Indian Hackers - November 17th, 2008
- Friends Of Pakistan Again Disappoints - November 17th, 2008
Thank you for reading this post. You can now Read Comments (3) or Leave A Trackback.
Post Info
This entry was posted on Thursday, December 28th, 2006 and is filed under Technology . Tagged with:You can follow any responses to this entry through the Comments Feed . You can Leave A Comment, or A Trackback.
Previous Post: My Identities? »
Next Post: Request for Hardware Information of Your Infrastructure »







December 29th, 2006 11:13 GMT
I would prefer to use FireBug which does more than live HTTP heaaders. Check out their latest beta at getfirebug.com. I couldnt see something more pretty than this tool.
December 29th, 2006 14:24 GMT
Thanks Adnan for the link, I will definitly check it out.
December 29th, 2006 22:40 GMT
Very informative post and then comment. Thanks Fahd and Adnan.