Welcome Guest, Not a member yet? Register   Sign In
Allowing '@' character in URL
#5

[eluser]foyer[/eluser]
[quote author="tkam" date="1268950873"]Hi!

I am having a similar problem with an url encoded @.

CI says this url is invalid:
http://localhost:8888/xxx/client/newpassword/tomka% 40web.de <- no space in there, but the forum changes it to an @ otherwise

When I insert the @ to the config line like this:

$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-@';

it does work. But I don't want to allow the @ in the url, that's why I use urlencode.

I tried to turn off modrewrite, but the problem remains.

Is there a problem with MAMP?

Cheers
Tom[/quote]

You probably need to use urldecode() in your PHP code


Messages In This Thread
Allowing '@' character in URL - by El Forum - 02-09-2010, 06:13 PM
Allowing '@' character in URL - by El Forum - 02-09-2010, 06:35 PM
Allowing '@' character in URL - by El Forum - 03-18-2010, 11:21 AM
Allowing '@' character in URL - by El Forum - 03-18-2010, 04:02 PM
Allowing '@' character in URL - by El Forum - 03-18-2010, 05:23 PM
Allowing '@' character in URL - by El Forum - 03-19-2010, 01:45 AM
Allowing '@' character in URL - by El Forum - 03-21-2010, 07:08 PM
Allowing '@' character in URL - by El Forum - 03-24-2010, 07:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB