Hi,

I want to write something like a mockup for clickandbuy for development, so 
I need a Action which calls a URL and sends some special header, setting 
variables like $_SERVER['HTTP_X_TRANSACTION']. I tried to use redirect, 
which doesn't work, as I cannot set the variables. If I use 
$this->getResponse()->setHttpHeader('HTTP_X_TRANSACTION','1234'), it won't 
work, as this is only valid for the response, not the request (as far as I 
can trace it).

Is there a proper way to do this?

Thanks,
Sebastian

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to