Routing
cookies
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| schemes | [
"https"
] |
Route Matching Logs
Path to match:
/fr/cookies
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | corpus_export | /admin/corpus/export/{uuid} | Path does not match |
| 2 | update_version_corpus | /admin/corpus/update/version/{uuid} | Path does not match |
| 3 | corpus_import | /admin/corpus/import | Path does not match |
| 4 | corpus_toggle_image | /admin/corpus/{idCorpus}/image/{idImage}/toggle | Path does not match |
| 5 | admin | /admin | Path does not match |
| 6 | images_import | /admin/images/import/ | Path does not match |
| 7 | update_user_password | /admin/user/edit/password | Path does not match |
| 8 | corpus_list | /api/corpus | Path does not match |
| 9 | corpus_detail | /api/corpus/{id} | Path does not match |
| 10 | image_download | /api/image/{quality}/{id} | Path does not match |
| 11 | zip_download | /api/corpus/download/{id} | Path does not match |
| 12 | project_download | /api/project/download/{code} | Path does not match |
| 13 | share_project | /api/share/project | Path does not match |
| 14 | user_authentification | /api/authentification | Path does not match |
| 15 | {redirectionLocal} | / | Path does not match |
| 16 | home | /{_locale} | Path does not match |
| 17 | bibliotheque-pedagogique | /{_locale}/bibliotheque-pedagogique | Path does not match |
| 18 | cookies | /{_locale}/cookies | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.