I wasn't able to find much documentation on the syntax of variables in nginx.
In particular, how are special characters handled in the $arg_NAME and $cookie_NAME variables?
The following doesn't seem to work for me:
$cookie_group[key]
Does there need to be some sort of escaping to handle these?
Thanks in advance!
In particular, how are special characters handled in the $arg_NAME and $cookie_NAME variables?
The following doesn't seem to work for me:
$cookie_group[key]
Does there need to be some sort of escaping to handle these?
Thanks in advance!