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.

Reply via email to