Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 13167 invoked from network); 22 Jan 2010 14:39:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 14:39:01 -0000 Received: (qmail 76852 invoked by uid 500); 22 Jan 2010 14:39:00 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 76809 invoked by uid 500); 22 Jan 2010 14:38:59 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 76801 invoked by uid 99); 22 Jan 2010 14:38:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 14:38:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 14:38:50 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NYKec-00044r-Ax for modperl@perl.apache.org; Fri, 22 Jan 2010 06:38:30 -0800 Message-ID: <27274143.post@talk.nabble.com> Date: Fri, 22 Jan 2010 06:38:30 -0800 (PST) From: Ivory To: modperl@perl.apache.org Subject: Re: Adding args to a Request through InputFilter In-Reply-To: <201001201153.16364.torsten.foertsch@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ivoryman69@msn.com References: <27228223.post@talk.nabble.com> <201001192159.55695.torsten.foertsch@gmx.net> <27239686.post@talk.nabble.com> <201001201153.16364.torsten.foertsch@gmx.net> Hi , I've manage to setup a PerlFixupHandler, and it works perfectly well for adding / deleting headers and args. But it seems like this process is pretty time-consuming... Any known issue about that? Ivory Torsten Foertsch wrote: > > On Wednesday 20 January 2010 11:40:43 Ivory wrote: >> The fact is that in order to add this arg to the request I need to call >> several Web services, crypt and decrypt datas and access the cookies I've >> previously stored in the clients navigator. >> > yes. > > Cookies come in as HTTP headers. So $r->headers_in->{Cookie} can be used. > > Torsten > > -- View this message in context: http://old.nabble.com/Adding-args-to-a-Request-through-InputFilter-tp27228223p27274143.html Sent from the mod_perl - General mailing list archive at Nabble.com.