Closed shamotj closed 8 years ago
It does not ...
Please see this unit test. https://github.com/slimphp/Slim/blob/3.x/tests/Http/RequestTest.php#L537-L540
My bad, I had error in my NGINX config. I had /index.php?_$isargs$args instead of _/index.php$isargs$args.
My bad, I had error in my NGINX config. I had /index.php?_$isargs$args instead of _/index.php$isargs$args.
thanks for this tip. I have searched in many sites and the solution was very simple. thanks again.
I don't see any reason why getQueryParams method returns first parameter with question mark. Question mark is not part of query string, it just defines where it starts. I believe we should strip it.