Unauthorized Request

What It Means

This request was blocked because the path it attempted to access requires authorization that was not provided.

Why It Matters

Certain paths in your application may be configured to require specific authorization before access is granted. This prevents unauthorized users or bots from reaching sensitive areas of your application.

Common Triggers

Requests to paths that have been configured to require authorization, typically admin panels, internal tools, or sensitive API endpoints.

What To Do

If a legitimate user is being blocked, verify that they have the correct authorization configured. Review the access rules in your WAF dashboard to confirm which paths require authorization. You can also add trusted IP addresses to your IP Allowlist to bypass this check.