CodeIgniter Forums
base64_encode - 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: base64_encode (/showthread.php?tid=17547)



base64_encode - El Forum - 04-08-2009

[eluser]tomfoth[/eluser]
Hi,

Can anybody suggest a simple way of putting serialised data into a URL? I have tried base64 encoding by I get this error message....


"The URI you submitted has disallowed characters."

I even tried using the 'encrypt' library, but to no avail.


base64_encode - El Forum - 04-08-2009

[eluser]tomfoth[/eluser]
:-) it's okay - I found $config['permitted_uri_chars'] and added \= and \+

BUT this possibly introduces some security issues. I miss GET !