Basic Troubleshooting

Problem

The plugin is blocking requests which should not be intercepted or vice versa

Solution

Enable furher logging by adding the key “at.kervehrt.restapiacl” to the Logging and Profiling of your installation.

Following information is available on the different log levels:

WARN

This is the default level. If any configuration problems occure this is already reported here. 
If an System Administrators disable the rule bypass you can also find a log entry

INFO

You get more information about the initialization of the core functionality and also if a user is blocked from the rest api 

DEBUG

You get more information what is validated against current requests

TRACE

You get detailed information about the number of rules being applied and which rules are matching the current request

Related articles