Altering HTTP Headers

Marcus Clyne maccaday at gmail.com
Fri Aug 14 04:10:32 MSD 2009


Hi,

Nick Pearson wrote:
> Oops, I messed up on the add_header line.  It should have been:
>
>   add_header  Cookie  "something=$cookie_something  your_suffix_here";
>   
Should be

add_header  Set-Cookie  "something=$cookie_something  your_suffix_here";


Cheers,

Marcus.





More information about the nginx mailing list