Welcome Guest, Not a member yet? Register   Sign In
escaping uri segments
#1

[eluser]manuelpibe[/eluser]
Hi,
I was just wondering if there is an option to automatically escape uri segments.

Thanks in advance,

v
#2

[eluser]Phil Sturgeon[/eluser]
Escape how? They are already heavily limited to alpha numeric characters with dashes, not much left to escape.
#3

[eluser]meigwilym[/eluser]
If you look in application/config/config.php, line ~145, this appears

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

Those are the only characters allowed in the uri segments.

Mei
#4

[eluser]manuelpibe[/eluser]
Thanks mei. Thats really good to know.




Theme © iAndrew 2016 - Forum software by © MyBB