1- Open /restricted-page?bla=12345
The "Restricted Page" page is opened.
The "Target Page" should be opened.
We noticed that the redirect for restricted pages ignores pages with parameters, since the URL does not match the blocked URL.
1- Open /restricted-page?bla=12345
The "Restricted Page" page is opened.
The "Target Page" should be opened.
We noticed that the redirect for restricted pages ignores pages with parameters, since the URL does not match the blocked URL.
Comments
Comment #3
renatog commentedComment #4
renatog commentedCommitted to the dev branch.
Comment #6
arularputharaj commentedI have similar issue. My url is /restricted-page/12345, the id is dynamic.
Kindly advice, how can I use the url, I am using your latest version.
Comment #7
dmgig commentedLike the user above, I'm interested in knowing if this would work with dynamic urls.
Something like:
/project/*|/dashboardThank you