I have URL like this http://domain/home/activate/MzU= .the parameter
"MzU=" = base64encode($data)
I cant open this URL with this parameter.
Error like this!"The URI you submitted has disallowed characters."
How can i pass base64encode characters in codeigniter url?
Please add the character “=” to $config[‘permitted_uri_chars’] in your config.php file which is available in your application/config directory