I have this url
http://example.com/index.php/controller_name/action_name?queryString=123
This url is working fine but when I am trying to u
Unfortunately this feature didn't migrate to Yii2, you can still define such rules manually
'books/view/queryString/<queryString:\w+>' => 'books/view',
Link on github with this issue
Because of many client API and Oauth servers don't work without encode
Sam Dark answer