Opened 12 years ago

Last modified 2 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

Change History (2)

comment:1 by Maxim Dounin, 7 years ago

sensitive: 0

See also #1066.

comment:2 by maxsistema7777@…, 3 years ago

Note: See TracTickets for help on using tickets.