From notes at mozdev.org Wed Jan 2 22:41:16 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Thu, 03 Jan 2008 06:41:16 -0000 Subject: [Livehttpheaders] Livehttpheaders: feedback from Haakon Message-ID: <20080103064116.70213845C1@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c428 Thank you for making this tool! One option I don't seem to find is to also view the entire HTTP, not just the headers. I am also interested in the content. I tried WireShark but that doesn't seem to catch the HTTP conversation when the browser and web server is on the same machine. I am trying to get started with Ajax and don't seem to be able to catch the complete asynchronous HTTP call. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 From notes at mozdev.org Fri Jan 4 15:40:41 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Fri, 04 Jan 2008 23:40:41 -0000 Subject: [Livehttpheaders] Livehttpheaders: feedback from Simon Message-ID: <20080104234041.76616846AD@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c429 Any way to add an option so the captured http isn't sent? That would be nice, so you could check the headers under a variety of conditions when you're testing forms without triggering the target application. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 From notes at mozdev.org Mon Jan 14 15:13:28 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Mon, 14 Jan 2008 15:13:28 -0800 (PST) Subject: [Livehttpheaders] livehttpheaders: feedback from Chaotic Message-ID: <20080114231328.3C8F5844A6@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c430 Firefox 3 support would be awesome. I use this tool regularly, but have to keep both versions of Firefox (2.0 and 3.0b2). Once this plugin is working on Firefox 3, I can remove version 2. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2 From notes at mozdev.org Wed Jan 16 09:16:09 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Wed, 16 Jan 2008 09:16:09 -0800 (PST) Subject: [Livehttpheaders] livehttpheaders: feedback from Victor Message-ID: <20080116171609.A174E845DB@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c431 This tool is very helpful!! Is it possible to add the source & destination IP address to the HTTP conversation? That would really be great. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 From notes at mozdev.org Thu Jan 24 13:00:40 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Thu, 24 Jan 2008 13:00:40 -0800 (PST) Subject: [Livehttpheaders] livehttpheaders: feedback from Leon Wolf Message-ID: <20080124210040.09B7784786@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c432 Great Tool! Thanks - saves me a lot of time... Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 From dlong at stevens.edu Tue Jan 29 21:45:07 2008 From: dlong at stevens.edu (Dustin Long) Date: Wed, 30 Jan 2008 00:45:07 -0500 Subject: [Livehttpheaders] patch to avoid content length mistakes Message-ID: <47A00EE3.9020709@stevens.edu> Greetings, I've attached a patch I've been using lately to help me from making mistakes when changing post content. It tries to find a content-length header in the http request and automatically updates it to match the post length. In the degenerate cases where I actually want the two to vary, it is always possible to manually edit the Content-Length header afterwards. In general it has proved useful in helping me test most kinds of server issues. Perhaps you may find it useful to include this in the next release. Regards, Dustin From dlong at stevens.edu Tue Jan 29 21:51:41 2008 From: dlong at stevens.edu (Dustin Long) Date: Wed, 30 Jan 2008 00:51:41 -0500 Subject: [Livehttpheaders] patch to avoid content length mistakes In-Reply-To: <47A00EE3.9020709@stevens.edu> References: <47A00EE3.9020709@stevens.edu> Message-ID: <47A0106D.1080905@stevens.edu> Ahem. The patch is now attached. Dustin Long wrote: > Greetings, > I've attached a patch I've been using lately to help me from making > mistakes when changing post content. It tries to find a content-length > header in the http request and automatically updates it to match the > post length. In the degenerate cases where I actually want the two to > vary, it is always possible to manually edit the Content-Length header > afterwards. > > In general it has proved useful in helping me test most kinds of server > issues. Perhaps you may find it useful to include this in the next release. > > Regards, > Dustin > _______________________________________________ > Livehttpheaders mailing list > Livehttpheaders at mozdev.org > https://www.mozdev.org/mailman/listinfo/livehttpheaders > > -------------- next part -------------- A non-text attachment was scrubbed... Name: 01_update_headers_textbox.patch Type: text/x-patch Size: 518 bytes Desc: not available Url : http://www.mozdev.org/pipermail/livehttpheaders/attachments/20080130/fb90f2b3/attachment.bin From notes at mozdev.org Fri Jan 25 10:12:33 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Fri, 25 Jan 2008 10:12:33 -0800 (PST) Subject: [Livehttpheaders] livehttpheaders: feedback from xanadu Message-ID: <20080125181233.DCDC684694@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c433 Would be great if this can be ported to Firefox v3.x Certainly one of the best addons made for Firefox! Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2 From notes at mozdev.org Sun Jan 27 08:55:37 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Sun, 27 Jan 2008 08:55:37 -0800 (PST) Subject: [Livehttpheaders] livehttpheaders: feedback from frederic stienfels Message-ID: <20080127165537.CF082845F6@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c434 please port it to firefox 3. I really need this... :-) Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2 From notes at mozdev.org Mon Jan 28 09:27:43 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Mon, 28 Jan 2008 09:27:43 -0800 (PST) Subject: [Livehttpheaders] livehttpheaders: feedback from Ruby W. Message-ID: <20080128172744.01F43845BC@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c435 Indeed, missing this features like hell on my FF3 b2! Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2 From notes at mozdev.org Tue Jan 29 23:08:13 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Tue, 29 Jan 2008 23:08:13 -0800 (PST) Subject: [Livehttpheaders] livehttpheaders: feedback from Thomas Message-ID: <20080130070813.B7322844F9@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c436 Unfortunately this tool can not be used with Mac OS X. It covers the (at) sign, so you can not enter email adresses anymore. There are some bug entries, but no comment, nor any signs of fixing. Should be easy to change the key code for activation. Sincerely Thomas Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5