From ejonesss at mail.ptd.net Thu Apr 2 02:44:23 2009 From: ejonesss at mail.ptd.net (eric jones) Date: Thu, 2 Apr 2009 05:44:23 -0400 Subject: [Modifyheaders] Cache-Control header Message-ID: is there a way to block the Cache-Control header or make all content public? how do i make all content public so it will get cached? From gareth-hunt at rocketmail.com Sun Apr 5 09:09:36 2009 From: gareth-hunt at rocketmail.com (Gareth Hunt) Date: Sun, 5 Apr 2009 09:09:36 -0700 (PDT) Subject: [Modifyheaders] Cache-Control header In-Reply-To: References: Message-ID: <414827.47056.qm@web30406.mail.mud.yahoo.com> Hi Eric, Marking a resource as public can only be done by the server as part of the HTTP response. There is no way for you to modify this from the browser. However, there is an addon that might suit you needs. I have never used it, so cannot endorse it, but take a look at this: https://addons.mozilla.org/en-US/firefox/addon/6371 Cheers, Gareth ----- Original Message ---- From: eric jones To: modifyheaders at mozdev.org Sent: Thursday, 2 April, 2009 9:44:23 Subject: [Modifyheaders] Cache-Control header is there a way to block the Cache-Control header or make all content public? how do i make all content public so it will get cached? _______________________________________________ Modifyheaders mailing list Modifyheaders at mozdev.org https://www.mozdev.org/mailman/listinfo/modifyheaders From mrbene at gmail.com Wed Apr 8 14:57:19 2009 From: mrbene at gmail.com (Mr. Bene) Date: Wed, 8 Apr 2009 14:57:19 -0700 Subject: [Modifyheaders] "Always on" option In-Reply-To: <84540.58528.qm@web30402.mail.mud.yahoo.com> References: <20090311100433.121890@gmx.net> <84540.58528.qm@web30402.mail.mud.yahoo.com> Message-ID: <652fcb900904081457r2fda5717g94431cfc8568fa71@mail.gmail.com> Greets, The expectation of persistent header modification stems from mistaking the tool interface as a configuration/preferences interface. Modify Headers is part of my core troubleshooting toolkit. Also core are Live HTTP Headers, Fiddler2, and Firebug. All of these don't do anything (by default) unless they are open - well, except Firebug which very rarely interferes with a page that I'm not actually troubleshooting. I, too, prefer to close the tool interfaces knowing that my "normal" browsing will resume. /bene. On Sat, Mar 28, 2009 at 6:10 PM, Gareth Hunt wrote: > > Hi Gernot, > > In the 4 years I've been working on this, you are only the second person to mention this. > > The idea behind this feature is that many people (including me) don't want to have to remember to disable all the header during regular browsing. ?I use the extension for mobile web development and only need to modify headers when doing dev or testing. ?When doing regular web browsing I prefer to close the Modify Headers window and know that it is no longer modifying headers. > > However, some people asked to have an 'Always On' feature added so that headers are modified when the window is closed. > > Once I get the URL specific profiles worked out, this problem is going to go away as users will be able to enable/disable header modification based on each profile. ?This will remove the need for 'Always On'. > > Cheers, > Gareth > > > > > ----- Original Message ---- > From: Gernot Hueller > To: modifyheaders at mozdev.org > Sent: Wednesday, 11 March, 2009 10:04:33 > Subject: [Modifyheaders] "Always on" option > > that "feature" is on of the most confusing I EVER met in a software. > why should the behaviour change only because the settings window is gone, this is contrary to any preferences dialog a user knows and is used to. > > I suggest to > a) scrap that feature completely > b) set "always on" as a default > > I have seen a few people already having problems with that, so please take my criticism as wanting to improve that really helpful extension > > regards, > ? Gernot Hueller > -- > Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem f?r nur > 17,95 ?/mtl. + 1 Monat gratis!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a > _______________________________________________ > Modifyheaders mailing list > Modifyheaders at mozdev.org > https://www.mozdev.org/mailman/listinfo/modifyheaders > > > > > _______________________________________________ > Modifyheaders mailing list > Modifyheaders at mozdev.org > https://www.mozdev.org/mailman/listinfo/modifyheaders > From julsniper at gmail.com Fri Apr 17 07:13:25 2009 From: julsniper at gmail.com (Julien Vermet) Date: Fri, 17 Apr 2009 16:13:25 +0200 Subject: [Modifyheaders] Modify hosts Message-ID: <51fdea10904170713n5aa7fb63mcab4ad17f280aa7a@mail.gmail.com> Hello I'm searching how to modify hosts with Modify Headers. I would like to know if it's possible to replace for example www.facebook.com by apps.facebook.com . I can't find any documentation for that. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From Mait.Mandel at emt.ee Wed Apr 22 02:49:27 2009 From: Mait.Mandel at emt.ee (Mait Mandel) Date: Wed, 22 Apr 2009 12:49:27 +0300 Subject: [Modifyheaders] adding a cookie Message-ID: <56CA1D9072958E459D9ED49E2B301CD17343EEB19A@minos.emt.ee> Hey, first of all: appreaciate the good work you've done creating this plugin. my question is: if i want to add a cookie parameter, it seems that parameter is added differently than other (existing) cookie parameters. the default cookie is: Cookie: param1=value1;param2=value2 added cookie looks like this: Cookie: param1=value1;param2=value2, mycustomparam=mycustomvalue i.e.: a comma and a space is used (instead of semicolon) i'm not sure what the http spec says, but my app doesnt work ... regards, Mait