Routing
cookie_consent
Matched route
Route Parameters
| Name | Value |
|---|---|
| cookie | "1" |
Route Redirection
This page redirects to:
/
(route: "n/a")
Route Matching Logs
Path to match:
/acceptation_cookie/1
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | tableau-de-bord-presse | /extranet/tableau-de-bord-presse/ | Path does not match |
| 2 | home | / | Path does not match |
| 3 | kit-de-communication-generique | /extranet/kit-de-communication/supports-de-communication-generiques | Path does not match |
| 4 | kit-de-communication-moment | /extranet/kit-de-communication/supports-de-communication-du-moment/{year}/{month} | Path does not match |
| 5 | actualites | /actualites/{page} | Path does not match |
| 6 | candidature | /candidature | Path does not match |
| 7 | homeExtranet | / | Path does not match |
| 8 | personal_data_extranet | /extranet/donnees-personnelles | Path does not match |
| 9 | kit-de-communication | /extranet/kit-de-communication/ | Path does not match |
| 10 | actualites_show | /actualites/{slug} | Path does not match |
| 11 | personal_data | /donnees-personnelles | Path does not match |
| 12 | legal | /mentions_legales | Path does not match |
| 13 | cookie_consent | /acceptation_cookie/{cookie} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.