Routing
react
Matched route
Route Parameters
| Name | Value |
|---|---|
| reactRouting | null |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_xdebug | /_profiler/xdebug | 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 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 14 | api_request_consent | /api/script/{apiKey}/consent | Path does not match |
| 15 | api_request_update_consent | /api/script/{apiKey}/update-consent | Path does not match |
| 16 | api_request_revoke_consent | /api/script/{apiKey}/revoke-consent | Path does not match |
| 17 | api_request_js_redirect | /api/script/{apiKey}/redder-cookie-consent.js | Path does not match |
| 18 | api_request_js | /api/script/{apiKey}/manage-my-cookies.js | Path does not match |
| 19 | categories_get_one | /api/categories/get/{id} | Path does not match |
| 20 | categories_put | /api/categories/put | Path does not match |
| 21 | categories_update | /api/categories/update/{category} | Path does not match |
| 22 | categories_get_all | /api/categories/get_all | Path does not match |
| 23 | categories_delete | /api/categories/delete/{category} | Path does not match |
| 24 | consent_category_get_all | /api/consent_category/get_all | Path does not match |
| 25 | cookie_policy_get_one | /api/generate/policy/get/{id} | Path does not match |
| 26 | patterns_get_one | /api/patterns/get/{id} | Path does not match |
| 27 | patterns_get_all | /api/patterns/get_all | Path does not match |
| 28 | patterns_put | /api/patterns/put/{provider}/{category}/{type} | Path does not match |
| 29 | patterns_update | /api/patterns/update/{provider}/{category}/{type}/{pattern} | Path does not match |
| 30 | patterns_delete | /api/patterns/delete/{pattern} | Path does not match |
| 31 | pattern_types_get_all | /api/pattern-types/get_all | Path does not match |
| 32 | providers_get_one | /api/providers/get/{id} | Path does not match |
| 33 | providers_get_all | /api/providers/get_all | Path does not match |
| 34 | providers_put | /api/providers/put | Path does not match |
| 35 | providers_update | /api/providers/update/{provider} | Path does not match |
| 36 | providers_delete | /api/providers/delete/{provider} | Path does not match |
| 37 | get_requests_for_api_key | /api/requests/report/{apiKey}/{from}/{to} | Path does not match |
| 38 | customers_get_one | /api/sites/get/{id} | Path does not match |
| 39 | customers_get_all | /api/sites/get_all | Path does not match |
| 40 | customers_put | /api/sites/put | Path does not match |
| 41 | sites_update_details | /api/sites/update/details/{site} | Path does not match |
| 42 | site_delete_one | /api/sites/delete/{site} | Path does not match |
| 43 | sites_update_url | /api/sites/update/url/{url} | Path does not match |
| 44 | sites_delete_url | /api/sites/delete/url/{url} | Path does not match |
| 45 | sites_add_url | /api/sites/add/url/{site} | Path does not match |
| 46 | sites_update_styles | /api/sites/styles/update/{site} | Path does not match |
| 47 | api_get_user | /api/get_user | Path does not match |
| 48 | api_update_user | /api/update_user | Path does not match |
| 49 | api_user_add | /api/user/add | Path does not match |
| 50 | api_user_email_check | /api/user/email_check | Path does not match |
| 51 | api_login_check | /api/login_check | Path does not match |
| 52 | react | /{reactRouting} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.