Routing
app_counttask_sendtabledata
Matched route
Route Parameters
| Name | Value |
|---|---|
| projectNumber | "bht25-10_test" |
Route Matching Logs
Path to match:
/project/bht25-10_test/load-table
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | admin_tasks_page | /admin/tasks | Path does not match |
| 18 | admin_tasks_all | /admin/tasks/api/all | Path does not match |
| 19 | admin_tasks_by_user | /admin/tasks/api/user/{userName} | Path does not match |
| 20 | admin_task_cancel | /admin/tasks/api/{taskId}/cancel | Path does not match |
| 21 | admin_task_delete | /admin/tasks/api/{taskId}/delete | Path does not match |
| 22 | admin_tasks_stats | /admin/tasks/api/stats | Path does not match |
| 23 | admin_tasks_cleanup_all | /admin/tasks/api/cleanup-all | Path does not match |
| 24 | admin_tasks_bulk_delete | /admin/tasks/api/bulk-delete | Path does not match |
| 25 | admin_tasks_cancel_by_type | /admin/tasks/api/cancel-by-type/{taskType} | Path does not match |
| 26 | admin_tasks_delete_by_type | /admin/tasks/api/delete-by-type/{taskType} | Path does not match |
| 27 | users_list_page | /admin/show/user-list/page | Path does not match |
| 28 | create_user_page | /admin/create/user/page | Path does not match |
| 29 | create_user_action | /admin/create/user/action | Path does not match |
| 30 | user_edit_page | /admin/show/user-edit/page/{id} | Path does not match |
| 31 | change_user_password | /admin/change/user/password/action/{id} | Path does not match |
| 32 | user_delete_action | /admin/delete/user/action/{id} | Path does not match |
| 33 | user_bulk_delete_action | /admin/delete/users/bulk | Path does not match |
| 34 | user_toggle_enabled | /admin/toggle/user/enabled/{id} | Path does not match |
| 35 | api_admin_users | /api/admin/users | Path does not match |
| 36 | api_projects_list | /api/projects | Path does not match |
| 37 | api_projects_toggle_favorite | /api/projects/{projectName}/favorite | Path does not match |
| 38 | api_v1_projects_list | /api/v1/projects | Path does not match |
| 39 | api_v1_projects_show | /api/v1/projects/{projectName} | Path does not match |
| 40 | api_doc | /api/doc | Path does not match |
| 41 | api_doc_yaml | /api/doc.yaml | Path does not match |
| 42 | api_doc_json | /api/doc.json | Path does not match |
| 43 | app_correspondenceanalysis_recompute | /project/{projectNumber}/table/{tableUuid}/correspondence-analysis | Path does not match |
| 44 | app_counttask_senddata | /project/{projectNumber}/count-task | Path does not match |
| 45 | app_counttask_generatevarasync | /project/{projectNumber}/generate-var-async | Path does not match |
| 46 | app_counttask_senddataasync | /project/{projectNumber}/count-task-async | Path does not match |
| 47 | app_counttask_sendtabledata | /project/{projectNumber}/load-table | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.