How to use ';' in urls, using Google Appengine
Posted
by tonfa
on Stack Overflow
See other posts from Stack Overflow
or by tonfa
Published on 2010-04-07T12:54:00Z
Indexed on
2010/04/07
13:03 UTC
Read the original article
Hit count: 180
Using the local dev server, I can use ';' in urls, but as soon as I try the live version hosted by Google, it looks like the ';' and everything afterward is stripped (at least according to request.path_qs
).
(I would prefer not to encode them if possible, it's much less user friendly if the url cannot be constructed by copy-pasting, especially since other characters works fine, e.g. ':').
© Stack Overflow or respective owner