CodeIgniter Forums
The URI you submitted has disallowed characters. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: The URI you submitted has disallowed characters. (/showthread.php?tid=57950)



The URI you submitted has disallowed characters. - El Forum - 04-29-2013

[eluser]Unknown[/eluser]
I have encrypt my id using 'Encryption Class' in url.
in other control i tried to catch it using decode method "$this->uri->segment(3).
but i am not getting anything. please guide me to correct way.

here is my url :


http://www.example.com/vfa/player/players_profile/nt0zp86GSz0blzifdNgF2Zspmv/NU5guMQitg6LTPc6MzY/qg2NYOdoRwAw48uxun7OoWcBDZFLR0/kYc7IUbA==


The URI you submitted has disallowed characters. - El Forum - 04-29-2013

[eluser]rana[/eluser]
can you please share your controller function code a bit please? It will help us understand the issue more properly. Thanks.


The URI you submitted has disallowed characters. - El Forum - 04-29-2013

[eluser]TheFuzzy0ne[/eluser]
http://ellislab.com/forums/viewthread/107741/

It's a few years old now, but if you blow the dust off, it should still work. Smile