email address in the url
Posted
by phoenix24
on Stack Overflow
See other posts from Stack Overflow
or by phoenix24
Published on 2010-04-13T15:59:26Z
Indexed on
2010/04/13
16:03 UTC
Read the original article
Hit count: 393
Hi,
I am passing the email address as part of the url,
for ex. http://example.com/hello/[email protected]
but, when being passed to the application controller it is changed to " user%40hotmail.com ".
I can't seem to understand this special character escaping; confusion. please help me explain the problem here, and also what can I do to fix it.
I am using python's "webapp" web application framework.
© Stack Overflow or respective owner