http://5.189.171.230:8080/login

Routing

user_login_get 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_search_results /_profiler/{token}/search/results Path does not match
8 _profiler_open_file /_profiler/open Path does not match
9 _profiler /_profiler/{token} Path does not match
10 _profiler_router /_profiler/{token}/router Path does not match
11 _profiler_exception /_profiler/{token}/exception Path does not match
12 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
13 common_countries_list /api/common/countries Path does not match
14 common_timezones_list /api/common/timezones Path does not match
15 constraint_attribute_create /api/constraint-attribute/create Path does not match
16 constraint_attribute_list /api/constraint-attribute/{projectId}/list Path does not match
17 constraint_list /api/constraint/list Path does not match
18 constraint_add /api/constraint/add Path does not match
19 constraint_edit /api/constraint/edit Path does not match
20 constraint_add_comment /api/constraint/comment/add Path does not match
21 constraint_list_comments /api/constraint/{constraintId}/comment/list Path does not match
22 constraint_update_status /api/constraint/update-status Path does not match
23 constraint_update_status_mobile /api/constraint/update-status-mobile Path does not match
24 constraint_filter_options /api/constraint/{projectId}/filter-options Path does not match
25 dashboard_list /api/dashboard/list Path does not match
26 dashboard_save /api/dashboard/save Path does not match
27 error_ui_log /api/error/ui Path does not match
28 export_constraints /api/export/constraints Path does not match
29 import_process_list /api/import/list/{projectId} Path does not match
30 import_schedule_process /api/import/schedule/{projectId} Path does not match
31 import_get_template /api/import/template/{format}/{id} Path does not match
32 user_api_login /api/login Path does not match
33 organization_settings_list /api/organization-settings/{organizationId}/list Path does not match
34 organization_settings_save /api/organization-settings/save Path does not match
35 organization_settings_user_count /api/organization-settings/user-count Path does not match
36 permission_list /api/permission/list Path does not match
37 project_create /api/project/create Path does not match
38 project_create_area /api/project/create/area Path does not match
39 project_create_cwp /api/project/create/cwp Path does not match
40 project_create_iwp /api/project/create/iwp Path does not match
41 project_update_iwp_status /api/project/update/iwp-status Path does not match
42 registration_register /api/registration/register Path does not match
43 registration_complete /api/registration/complete Path does not match
44 registration_check_email /api/registration/check-email Path does not match
45 registration_check_phone /api/registration/check-phone Path does not match
46 report_generated_list /api/report/generated Path does not match
47 report_configured_list /api/report/configured Path does not match
48 report_configured_by_id /api/report/configured/{id} Path does not match
49 report_save /api/report/save Path does not match
50 report_delete_configured /api/report/configured/delete Path does not match
51 report_delete_generated /api/report/generated/delete Path does not match
52 report_run_again /api/report/run-again Path does not match
53 report_send_pdf /api/report/send/{id} Path does not match
54 role_new /api/role/new Path does not match
55 role_list /api/role/list Path does not match
56 rolepermission_old_save /api/rolepermission/old/save Path does not match
57 rolepermission_bulk_save /api/rolepermission/save Path does not match
58 stats_constraint_total /api/stats/constraint/total Path does not match
59 stats_constraint_list /api/stats/constraint/list Path does not match
60 stats_constraint_schedule /api/stats/constraint/schedule Path does not match
61 stats_iwp_total /api/stats/iwp/total Path does not match
62 iwp_list /api/stats/iwp/list Path does not match
63 user_get_by_id /api/user/{id} Path does not match
64 user_update_data /api/user/update Path does not match
65 user_change_language /api/user/change/language Path does not match
66 user_change_password /api/user/change/password Path does not match
67 user_constraint_table_settings /api/user/constraint-table-settings Path does not match
68 user_management_list /api/user-management/list Path does not match
69 user_management_project_list /api/user-management/{projectId}/list Path does not match
70 user_management_save /api/user-management/save Path does not match
71 user_management_project_user_delete /api/user-management/{projectId}/delete/{userId} Path does not match
72 user_management_user_delete /api/user-management/delete/{userId} Path does not match
73 user_management_active_constraints /api/user-management/{projectId}/constraints/{userId} Path does not match
74 user_management_transfer_constraints /api/user-management/{projectId}/constraints/{userFrom}/transfer/{userTo} Path does not match
75 index_registration /registration/{subpage} Path does not match
76 index_application /{page} Path almost matches, but Requirement for "page" does not match ((dashboard|kanban|reports|data|account|complete-registration|settings|import|export|iwps))
77 app_test_test /test Path does not match
78 app_test_dashboardtemplate /test-dashboard Path does not match
79 app_test_test2 /test2 Path does not match
80 app_test_test3 /test3 Path does not match
81 app_test_test4 /test4 Path does not match
82 user_login_post /login Path almost matches, but Method "GET" does not match any of the required methods (POST)
83 user_login_get /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.