Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | admin_audit_log_index | /admin/audit-logs/ | Path does not match |
| 17 | admin_credential_import | /admin/credentials/import | Path does not match |
| 18 | admin_dashboard | /admin/dashboard | Path does not match |
| 19 | admin_profile | /admin/profile | Path does not match |
| 20 | admin_api_hotspot_status | /admin/api/hotspot-status | Path does not match |
| 21 | admin_hotspot_index | /admin/hotspots/ | Path does not match |
| 22 | admin_hotspot_new | /admin/hotspots/new | Path does not match |
| 23 | admin_hotspot_edit | /admin/hotspots/{id}/edit | Path does not match |
| 24 | admin_hotspot_delete | /admin/hotspots/{id} | Path does not match |
| 25 | admin_transaction_index | /admin/transactions/ | Path does not match |
| 26 | admin_transaction_show | /admin/transactions/{id} | Path does not match |
| 27 | admin_transaction_export | /admin/transactions/export | Path does not match |
| 28 | admin_transaction_status_index | /admin/status/transaction/ | Path does not match |
| 29 | admin_transaction_status_new | /admin/status/transaction/new | Path does not match |
| 30 | admin_transaction_status_edit | /admin/status/transaction/{id}/edit | Path does not match |
| 31 | admin_users_list | /admin/users/ | Path does not match |
| 32 | admin_user_show | /admin/users/{id} | Path does not match |
| 33 | admin_user_edit | /admin/users/{id}/edit | Path does not match |
| 34 | admin_user_toggle_status | /admin/users/{id}/toggle-status | Path does not match |
| 35 | admin_session_index | /admin/sessions/ | Path does not match |
| 36 | admin_session_kill | /admin/sessions/{id}/kill | Path does not match |
| 37 | admin_voucher_index | /admin/vouchers/ | Path does not match |
| 38 | admin_voucher_status_index | /admin/status/voucher/ | Path does not match |
| 39 | admin_voucher_status_new | /admin/status/voucher/new | Path does not match |
| 40 | admin_voucher_status_edit | /admin/status/voucher/{id}/edit | Path does not match |
| 41 | admin_voucher_type_index | /admin/voucher-types/ | Path does not match |
| 42 | admin_voucher_type_new | /admin/voucher-types/new | Path does not match |
| 43 | admin_voucher_type_edit | /admin/voucher-types/{id}/edit | Path does not match |
| 44 | admin_voucher_type_delete | /admin/voucher-types/{id} | Path does not match |
| 45 | api_captive_portal_status | /api/captive-portal/status | Path does not match |
| 46 | api_client_session_status | /api/client/session-status | Path does not match |
| 47 | api_session_update | /api/hotspot/session-update | Path does not match |
| 48 | captive_portal_login_page | /connect | Path does not match |
| 49 | captive_portal_status | /connect/status | Path does not match |
| 50 | captive_portal_logout | /connect/logout | Path does not match |
| 51 | client_dashboard | /client/dashboard | Path does not match |
| 52 | client_profile | /client/profile | Path does not match |
| 53 | client_vouchers_list | /client/vouchers | Path does not match |
| 54 | client_transactions_history | /client/transactions | Path does not match |
| 55 | client_sessions_history | /client/sessions | Path does not match |
| 56 | client_transaction_receipt | /client/transaction/{id}/receipt | Path does not match |
| 57 | client_vouchers_purchase | /client/purchase/ | Path does not match |
| 58 | client_voucher_initiate_purchase | /client/purchase/initiate/{id} | Path does not match |
| 59 | client_voucher_pay_with_fedapay | /client/purchase/pay/{id} | Path does not match |
| 60 | client_payment_callback | /client/purchase/payment-callback | Path does not match |
| 61 | app_register | /register | Path does not match |
| 62 | app_login | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.