Routing
business_rule.list
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/business_rule
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.index | /api | Path does not match |
| 2 | idaWS.wsdl | /api/wsdl/{wsdlName} | Path does not match |
| 3 | testapi | /testapi | Path does not match |
| 4 | soap | /soap | Path does not match |
| 5 | bannedips | /bannedips | Path does not match |
| 6 | bannedips.unban | /bannedips/unban/{ip} | Path does not match |
| 7 | bannedips.unbanall | /bannedips/unban-all | Path does not match |
| 8 | business_rule.list | /business_rule | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.