GET https://jailpay.net/login

Routing

app_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /login
# Route name Path Log
1 _preview_error /_error/{code}.{_format} Path does not match
2 _wdt /_wdt/{token} Path does not match
3 _profiler_home /_profiler/ Path does not match
4 _profiler_search /_profiler/search Path does not match
5 _profiler_search_bar /_profiler/search_bar Path does not match
6 _profiler_phpinfo /_profiler/phpinfo Path does not match
7 _profiler_xdebug /_profiler/xdebug Path does not match
8 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
9 _profiler_search_results /_profiler/{token}/search/results Path does not match
10 _profiler_open_file /_profiler/open Path does not match
11 _profiler /_profiler/{token} Path does not match
12 _profiler_router /_profiler/{token}/router Path does not match
13 _profiler_exception /_profiler/{token}/exception Path does not match
14 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
15 admin_audit /admin/audit/ Path does not match
16 admin_audit_show /admin/audit/{id} Path does not match
17 admin_audit_logs /admin/audit-logs/ Path does not match
18 admin_audit_logs_show /admin/audit-logs/{id} Path does not match
19 admin_dashboard /admin Path does not match
20 admin_inmates /admin/inmates Path does not match
21 admin_inmates_new /admin/inmates/new Path does not match
22 admin_inmates_show /admin/inmates/{id} Path does not match
23 admin_inmates_edit /admin/inmates/{id}/edit Path does not match
24 admin_inmates_delete /admin/inmates/{id} Path does not match
25 admin_transactions_index /admin/transactions/ Path does not match
26 admin_transactions_show /admin/transactions/{id} Path does not match
27 admin_users /admin/users Path does not match
28 admin_users_new /admin/users/new Path does not match
29 admin_users_show /admin/users/{id} Path does not match
30 admin_users_edit /admin/users/{id}/edit Path does not match
31 admin_users_delete /admin/users/{id}/delete Path does not match
32 admin_wallets /admin/wallets Path does not match
33 admin_wallets_show /admin/wallets/{id} Path does not match
34 admin_wallets_edit /admin/wallets/{id}/edit Path does not match
35 admin_wallets_status /admin/wallets/{id}/status Path does not match
36 admin_wallets_delete /admin/wallets/{id} Path does not match
37 api_admins_list /api/admins Path does not match
38 api_admins_get /api/admins/{id} Path does not match
39 api_admins_create /api/admins Path does not match
40 api_admins_update /api/admins/{id} Path does not match
41 api_admins_delete /api/admins/{id} Path does not match
42 api_audit_logs_list /api/audit-logs Path does not match
43 api_audit_logs_get /api/audit-logs/{id} Path does not match
44 api_audit_logs_entity /api/audit-logs/entity/{entityType}/{entityId} Path does not match
45 api_inmates_list /api/inmates Path does not match
46 api_inmates_get /api/inmates/{id} Path does not match
47 api_inmates_create /api/inmates Path does not match
48 api_inmates_update /api/inmates/{id} Path does not match
49 api_inmates_delete /api/inmates/{id} Path does not match
50 api_inmates_profile /api/inmates/profile Path does not match
51 api_inmates_update_profile /api/inmates/profile Path does not match
52 api_notifications_list /api/notifications Path does not match
53 api_notifications_get /api/notifications/{id} Path does not match
54 api_notifications_mark_read /api/notifications/{id}/read Path does not match
55 api_notifications_mark_all_read /api/notifications/read-all Path does not match
56 api_token_refresh /api/token/refresh Path does not match
57 api_me /api/me Path does not match
58 api_terminal_process_payment /api/terminal/process-payment Path does not match
59 api_terminal_get_receipt /api/terminal/receipt/{transactionId} Path does not match
60 api_transactions_list /api/transaction Path does not match
61 api_transactions_get /api/transaction/{id} Path does not match
62 api_transactions_wallet /api/transaction/wallet/{walletId} Path does not match
63 api_transactions_approve /api/transaction/{id}/approve Path does not match
64 api_transactions_reject /api/transaction/{id}/reject Path does not match
65 api_transaction_process /api/transaction/process Path does not match
66 api_wallet_balance /api/wallet/balance Path does not match
67 api_wallet_transactions /api/wallet/transactions Path does not match
68 api_wallet_topups /api/wallet/topups Path does not match
69 api_wallet_limits /api/wallet/limits Path does not match
70 api_wallet_add_funds /api/wallet/add-funds Path does not match
71 app_home / Path does not match
72 inmate_dashboard /inmate Path does not match
73 app_login /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.