Welcome Guest, Not a member yet? Register   Sign In
how to fix 400 error bad request
#1

[eluser]Unknown[/eluser]
hi all,

I get the problem, the problem is. 400 error bad request that happened when I submit the URL contains disallowed characters, I submit url contains email eg: 'http://localhost/check_email/[email protected]', how to fix this? I have search in google but still dont found how to resolve this.

instead of I use codeigniter 1.7.2 that claimed was fix this bugs (I read it in changelog)...

how to resolve this error... :question: ?

thanks...
#2

[eluser]Unknown[/eluser]
hallo.. any body here???
#3

[eluser]flaky[/eluser]
in config.php
this line
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
change to
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-@';




Theme © iAndrew 2016 - Forum software by © MyBB