Asgaros Forum – restricted to group – wrong redirect
-
We do have an asgaros forum within our page https://ba-betriebsrat.udm.at/forum/topic/2g-oder-2g-am-arbeitsplatz/
All pages are only available to logged on users, and asgaros forum is only available for one specific group called “Mitarbeiter” (=employee). Forum is showing fine when we are logged on, but as soon as we are logged out, and try to direct link to a specific topic/discussion there will be wrong redirect url.
steps to reproduce
1. open up browser, enable developer tools, open up network tab and enable ‘preserve log’
2. enter https://ba-betriebsrat.udm.at/forum/topic/2g-oder-2g-am-arbeitsplatz/ url
3. check network log – see
3.1 GET https://ba-betriebsrat.udm.at/forum/topic/2g-oder-2g-am-arbeitsplatz/ -> 301
3.2 GET https://ba-betriebsrat.udm.at/forum/ -> 302
3.3 GET https://ba-betriebsrat.udm.at/wp-login.php?redirect_to=https%3A%2F%2Fba-betriebsrat.udm.at%2Fforum%2F -> 200So instead of moving from 3.1 to 3.3 and setting correct redirect_to value, we do see a redirect target to our main overview in forum.
As soon as I remove our group restriction and allow read access to everyone, we do see:
3.1 GET ttps://ba-betriebsrat.udm.at/forum/topic/2g-oder-2g-am-arbeitsplatz/ -> 302
3.2 GET https://ba-betriebsrat.udm.at/wp-login.php?redirect_to=https%3A%2F%2Fba-betriebsrat.udm.at%2Fforum%2Ftopic%2F2g-oder-2g-am-arbeitsplatz%2F -> 200Any help will be appreciated!
Thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘Asgaros Forum – restricted to group – wrong redirect’ is closed to new replies.