Welcome Guest, Not a member yet? Register   Sign In
'%' = The URI you submitted has disallowed characters-question (again)
#7

[eluser]mosba[/eluser]
I am having the same issue. Trying to pass array thru uri. I do st. like
$segment = 'segment/' . urlencode( serialize( $where ) );
and then paste it to the uri so it eventually looks like:
/wrba/show/data/articles/order/id/where/s % 3 A 0 % 3 A % 22 % 22 % 3 B
If I follow this link I get:

"The URI you submitted has disallowed characters."

When I change
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';
to
$config['permitted_uri_chars'] = '';
it works but that's not a solution.

It really looks like the CI automatically urldecodes what I have injected there urlencoded. Is there any workaround how get this working with urti chars restricted?

Cheers


Messages In This Thread
'%' = The URI you submitted has disallowed characters-question (again) - by El Forum - 10-21-2007, 10:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB