You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm using a PSR-7 front controller to handle requests like "/login/", the value it gets with $request->getRequestTarget() is actually "/login/?q=/login/&"
I don't know much about nginx configuration, but this may be due to the nginx default.conf combining
When I'm using a PSR-7 front controller to handle requests like "/login/", the value it gets with $request->getRequestTarget() is actually "/login/?q=/login/&"
I don't know much about nginx configuration, but this may be due to the nginx default.conf combining
together with
It's easily covered in PHP code once you know that, but this was somewhat unexpected...
The text was updated successfully, but these errors were encountered: