Routing
login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/connexion.html
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | nelmio_security | /nelmio/csp/report | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | competences_json_mini | /api/competences/mini/{utilisationMini}.json | Path does not match |
| 16 | competences_json_mini_1 | /api/competences/mini/{utilisationMini}.json | Path does not match |
| 17 | competences_json | /api/competences.json | Path does not match |
| 18 | competences_json_restrict_ecole_mini | /api/competences-current-ecole/mini/{utilisationMini}.json | Path does not match |
| 19 | competences_json_restrict_ecole_mini_1 | /api/competences-current-ecole/mini/{utilisationMini}.json | Path does not match |
| 20 | competences_json_restrict_ecole | /api/competences-current-ecole.json | Path does not match |
| 21 | competences_json_from_ecoles_only_mini | /api/competences-from-ecole/mini/{utilisationMini}.json | Path does not match |
| 22 | competences_json_from_ecoles_only_mini_1 | /api/competences-from-ecole/mini/{utilisationMini}.json | Path does not match |
| 23 | competences_json_from_ecoles_only | /api/competences-from-ecole.json | Path does not match |
| 24 | villes_cp | /api/villes-cp.json | Path does not match |
| 25 | recherche_domaine_email | /api/domaine-email.json | Path does not match |
| 26 | etablissements_json | /api/liste-etablissements.json | Path does not match |
| 27 | intitules_diplomes_json_mini | /api/intitules-diplomes/mini/{utilisationMini}.json | Path does not match |
| 28 | intitules_diplomes_json | /api/intitules-diplomes.json | Path does not match |
| 29 | intitules_diplomes_json_restrict_ecole_mini | /api/intitules-diplomes-current-ecole/mini/{utilisationMini}.json | Path does not match |
| 30 | intitules_diplomes_json_restrict_ecole | /api/intitules-diplomes-current-ecole.json | Path does not match |
| 31 | intitules_diplomes_json_from_ecoles_only_mini | /api/intitules-diplomes-from-ecole/mini/{utilisationMini}.json | Path does not match |
| 32 | intitules_diplomes_json_from_ecoles_only | /api/intitules-diplomes-from-ecole.json | Path does not match |
| 33 | recherche_qpv | /api/qpv.json | Path does not match |
| 34 | notification | /api/notification.json | Path does not match |
| 35 | sw_response | /api/notification/swResponse.json | Path does not match |
| 36 | disable_notif | /api/notification/disableNotif.json | Path does not match |
| 37 | login | /{_locale}/connexion.html | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.