Opened 12 years ago
Last modified 8 years ago
#224 new enhancement
Args Delimiter
Reported by: | Nginxuser | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | nginx-core | Version: | 1.2.x |
Keywords: | Cc: | ||
uname -a: | N/A | ||
nginx -V: | N/A |
Description
Hi.
I have a PHP application that uses ";" to delimit GET arguments as in "/index.php?a=1;b=2".
Hence, Nginx args sees this as a single argument "a" with a value of "1;b=2" instead of two arguments "a" and "b" with values of "1" and "2" respectively.
It would be nice to be able to define other delimiters apart from "&" as it is with PHP.
Thanks
Note:
See TracTickets
for help on using tickets.
See also #1066.