Routing
_profiler_home
Matched route
Route Parameters
| Name | Value |
|---|---|
| httpPort | 80 |
| httpsPort | 443 |
| path | "/_profiler/" |
| permanent | true |
| scheme | null |
Route Redirection
This page redirects to:
https://test.noibo.the350f.com/_profiler/
(route: "_profiler_home")
Route Matching Logs
Path to match:
/_profiler
| # | 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 | app_frontend | /{path} | Path almost matches, but Requirement for "path" does not match ((?!api|admin|_profiler|_wdt).*) |
| 17 | api_login | /api/login | Path does not match |
| 18 | api_change_password | /api/user/change-password | Path does not match |
| 19 | production_stock_search | /api/production-stock | Path does not match |
| 20 | product_all | /api/product/all | Path does not match |
| 21 | product_stock_by_warehouse | /api/production-stock/get-by-warehouse | Path does not match |
| 22 | production_stock_adjustment_create | /api/production-stock/adjustment/create | Path does not match |
| 23 | production_stock_adjustments_search | /api/production-stock/adjustments/search | Path does not match |
| 24 | warehouse_all | /api/warehouse/all | Path does not match |
| 25 | warehouse_by_user | /api/warehouse/get-by-user | Path does not match |
| 26 | confirm_stock_adjustment | /api/production-stock/adjustments/confirm | Path does not match |
| 27 | production_plan_create | /api/production-plan/create | Path does not match |
| 28 | production_stock_by_product | /api/production-stock/get-all-by-product | Path does not match |
| 29 | production_stock_by_warehouse | /api/production-stock/get-all-by-warehouse | Path does not match |
| 30 | product_variants_all_for_stock | /api/product/variant/all-for-stock | Path does not match |
| 31 | production_plans_search | /api/production-plan/search | Path does not match |
| 32 | production_plan_get_details | /api/production-plan/get-details | Path does not match |
| 33 | production_plan_confirm | /api/production-plan/confirm | Path does not match |
| 34 | production_plan_update | /api/production-plan/update | Path does not match |
| 35 | production_plan_statistics | /api/production-plan/statistics | Path does not match |
| 36 | production_stock_adjustment_statistics | /api/production-stock/adjustments/statistics | Path does not match |
| 37 | production_stock_report_by_warehouse | /api/production-stock/report/by-warehouse | Path does not match |
| 38 | sapo_webhook_receive | /api/sapo-webhook/receive | Path does not match |
| 39 | get_notifications_recent | /api/notifications/recent | Path does not match |
| 40 | get_notifications | /api/notifications | Path does not match |
| 41 | mark_notification_as_read | /api/notifications/mark-as-read | Path does not match |
| 42 | mark_all_notifications_as_read | /api/notifications/mark-all-as-read | Path does not match |
| 43 | get_unread_notifications_count | /api/notifications/unread-count | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.