Routing
pull_registration
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "html" |
| subdomain | "pulls" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _logout_main | /logout | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | brand_registration | / | Path almost matches, but Host "pulls.mirinly.com" does not match the requirement ("{subdomain}.mirinly.com") |
| 18 | brand_registration_pricing | /pricing | Path does not match |
| 19 | brand_registration_form | /{plan} | Path does not match |
| 20 | brand_registration_form_submit | /registration/submit | Path does not match |
| 21 | brand_registration_thank_you | /thankyou/{id} | Path does not match |
| 22 | brand_registration_check_email | /registration/check/email | Path does not match |
| 23 | brand_registration_activate_account | /activate/{brand_id}/{user_id}/{token} | Path does not match |
| 24 | brand_registration_activate_account_submit | /activate/submit/{brand_id}/{user_id}/{token} | Path does not match |
| 25 | brand_registration_terms_of_use | /terms_of_use/{plan} | Path does not match |
| 26 | brand_login_page | /signin | Path does not match |
| 27 | brand_login_popup | /login_popup | Path does not match |
| 28 | brand_login_success | /login_success | Path does not match |
| 29 | mirinly_share_login_to_brands_domain | /share/login/{id}/{token} | Path does not match |
| 30 | mirinly_share_logout_to_brands_domain | /share/logout/{id} | Path does not match |
| 31 | brand_account_access | /accountaccess | Path does not match |
| 32 | brand_resetting_send_email | /resetting_send_email | Path does not match |
| 33 | brand_resetting_password | /reset/{token} | Path does not match |
| 34 | brand_sitemap | /sitemap.xml | Path does not match |
| 35 | brand_robots | /robots.txt | Path does not match |
| 36 | pull_registration | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.