I found some of request are blocked based on GET parameters. Blocking rule is default list[select] rule, which is automatically installed when admin tools are installed, however seems that the rule is misinterpreted. Blocked are addresses like (weth SEF off)
/index.php?option=com_content&view=article&id=1:test&catid=2&Itemid=101&6
but not
/index.php?option=com_content&view=article&id=1:test&catid=2&Itemid=101&a6
Note the las GET parameter without any value, this is causing the block. If list[select] is disabled, requests are not blocked. If I understand well, the rule should check only list[select] GET parameter, so should not block such requests.
I attached screenshot of the rule, however as I noted, it is ruled automatically installed by clean Admin Tools installation.
best regards
Pavel
PS: I tried to search tickets before posting this one, but on yur new website search does not seem to work (see https://www.akeebabackup.com/search.html?q=admin)