| From | Sent On | Attachments |
|---|---|---|
| Ankur Gupta | Jun 22, 2010 12:06 pm | |
| Ian Hobson | Jun 22, 2010 12:28 pm | |
| Ankur Gupta | Jun 22, 2010 12:50 pm | |
| Igor Sysoev | Jun 22, 2010 1:01 pm | |
| Ian Hobson | Jun 22, 2010 2:24 pm | |
| Ankur Gupta | Jun 22, 2010 6:24 pm |
| Subject: | Re: Having semi-colon in query | |
|---|---|---|
| From: | Ankur Gupta (anku...@gmail.com) | |
| Date: | Jun 22, 2010 12:50:32 pm | |
| List: | ru.sysoev.nginx | |
Hi Ian,
So is it an nginx (or php-fpm?) bug that the value of 'y' shows as 2 instead of '2;3'?
-Giri
On Tue, Jun 22, 2010 at 12:28 PM, Ian Hobson <ia...@ianhobson.co.uk> wrote:
On 22/06/2010 20:07, Ankur Gupta wrote:
Hi all,
I have a URL of the form: /abc?x=1&y=2;3. The nginx server passes the request to php-fpm thread. When I try to query for the value of 'y' I get '2' instead of '2;3'. Is this expected? Are semicolons somehow considered to be query delimiters?
Hi Ankur,
There is no standard for delimiter, only common practise. You can use what you like.
The W3C has been recommending semicolon as a delimiter since 1994 or so.
That said, sending '&' so that it comes back as '&' is common, correct, conforms to standards and expected by users and search engines.
Regards
Ian
_______________________________________________ nginx mailing list ngi...@nginx.org http://nginx.org/mailman/listinfo/nginx
_______________________________________________ nginx mailing list ngi...@nginx.org http://nginx.org/mailman/listinfo/nginx





