Welcome Guest, Not a member yet? Register   Sign In
URL not allowed charcter in CI 2.1.*
#1

[eluser]crimsun sanjay[/eluser]
Hello Team,

I just want to pass data through URl.

However the data is more secure so i just want to use the base64_encode while data passing.But it through me the error. So is there any one to help to sort out this issue.

Thanks.
Sanjay
#2

[eluser]alexwenzel[/eluser]
config.php Line 129

Code:
$config['permitted_uri_chars']
#3

[eluser]crimsun sanjay[/eluser]
Hi,

I Will do it. However it can create any issue with security.
#4

[eluser]CroNiX[/eluser]
It would be MUCH better to pass things that are meant to be private via session or something. Not the URL. Then you don't have to open yourself up to vulnerabilities by allowing those characters that are causing the disallowed characters error and you can leave those settings alone.




Theme © iAndrew 2016 - Forum software by © MyBB