GET query doesn't work |
I'm trying to use GET parameters in an URL (for example myserver.com/acontroler/?alias=q) but it doesn't work.
First it raised a BadRequestException #400 because it has disallowed characters, but adding "?&=" to $permittedURIChars returns a "404-Page not found" error. What I'm doing wrong? Shouldn't CI parse GET parameters by itself?
Cannot reproduce.
app/Config/Routes.php PHP Code: <?php app/Controllers/Home.php PHP Code: <?php Code: $ php spark serve Navigate to http://localhost:8080/acontroler/?alias=q Code: $this->request->getGet() array (1) |
Welcome Guest, Not a member yet? Register Sign In |