Welcome Guest, Not a member yet? Register   Sign In
Allowing all base64 encoding characters in URI
#9

[eluser]pistolPete[/eluser]
Which CI version are you using?
How does your permitted_uri_chars now look exactly?
I just tried it using the following line, and it's working:
Code:
$config['permitted_uri_chars'] = '+=\a-z 0-9~%.:_-';
Maybe you appended the characters instead of prepending? Then the minus sign at the end is interpreted as a range operator in the regular expression.


Messages In This Thread
Allowing all base64 encoding characters in URI - by El Forum - 02-18-2009, 03:28 PM
Allowing all base64 encoding characters in URI - by El Forum - 02-18-2009, 04:52 PM
Allowing all base64 encoding characters in URI - by El Forum - 02-19-2009, 03:44 PM
Allowing all base64 encoding characters in URI - by El Forum - 02-19-2009, 03:48 PM
Allowing all base64 encoding characters in URI - by El Forum - 02-20-2009, 04:56 AM
Allowing all base64 encoding characters in URI - by El Forum - 02-20-2009, 05:01 AM
Allowing all base64 encoding characters in URI - by El Forum - 02-20-2009, 05:09 AM
Allowing all base64 encoding characters in URI - by El Forum - 02-20-2009, 05:17 AM
Allowing all base64 encoding characters in URI - by El Forum - 02-20-2009, 05:38 AM
Allowing all base64 encoding characters in URI - by El Forum - 02-20-2009, 05:41 AM
Allowing all base64 encoding characters in URI - by El Forum - 07-06-2011, 07:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB