Welcome Guest, Not a member yet? Register   Sign In
Accept symbols on URL
#1

[eluser]Kevin_3_57[/eluser]
Hi people, I'm having trouble with allowing some symbols on the url in Ci. As i'm using Facebook PHP Api, I get some symbols on the URL due to the crossdomain receiver. Anyway, the only thing I want is to be able to put characters as { } ? : | " , & on the url, so I modified:
Code:
$config['permitted_uri_chars'] = '';
and leave it to blank like the example above and didn't work, I still get the Disallowed Key Characters error.

So, I tried with this:
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.,&:?{}|=_\-';

But that didn't work either.

So, CI guru's, any idea?

Thanks in advance!,
Kevin.


Messages In This Thread
Accept symbols on URL - by El Forum - 06-10-2010, 08:59 AM
Accept symbols on URL - by El Forum - 06-16-2010, 10:21 AM
Accept symbols on URL - by El Forum - 06-16-2010, 10:37 AM
Accept symbols on URL - by El Forum - 06-16-2010, 10:40 AM
Accept symbols on URL - by El Forum - 06-16-2010, 11:08 AM
Accept symbols on URL - by El Forum - 06-16-2010, 11:17 AM
Accept symbols on URL - by El Forum - 06-16-2010, 11:20 AM
Accept symbols on URL - by El Forum - 06-16-2010, 12:45 PM
Accept symbols on URL - by El Forum - 06-16-2010, 12:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB