Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | buy_sell_index | /buy_sell | Path does not match |
| 17 | buy_sell_modal_step_1 | /buy_sell/modal/step_1 | Path does not match |
| 18 | buy_sell_modal_step_2 | /buy_sell/modal/step_2 | Path does not match |
| 19 | buy_sell_modal_step_3 | /buy_sell/modal/step_3 | Path does not match |
| 20 | buy_sell_credit_card_iframe | /buy_sell/credit-card/iframe/{ID} | Path does not match |
| 21 | buy_sell_credit_card_iframe_result | /buy_sell/credit-card/iframe/{ID}/result | Path does not match |
| 22 | buy_sell_buy_list_asset_base | /buy_sell/buy/list_asset/base | Path does not match |
| 23 | buy_sell_sell_list_asset_base | /buy_sell/sell/list_asset/base | Path does not match |
| 24 | buy_sell_buy_list_asset_quote | /buy_sell/buy/list_asset/quote | Path does not match |
| 25 | buy_sell_sell_list_asset_quote | /buy_sell/sell/list_asset/quote | Path does not match |
| 26 | buy_sell_history_list_asset_base | /buy_sell/history/list_asset/base | Path does not match |
| 27 | buy_sell_history_list_asset_quote | /buy_sell/history/list_asset/quote | Path does not match |
| 28 | buy_sell_history_list | /buy_sell/history/list | Path does not match |
| 29 | buy_sell_estimate | /buy_sell/estimate | Path does not match |
| 30 | buy_sell_get_balance | /buy_sell/get_balance | Path does not match |
| 31 | buy_sell_v2_index | /v2/buy-sell | Path does not match |
| 32 | buy_sell_v2_pair_info | /v2/buy-sell/pair-info | Path does not match |
| 33 | buy_sell_v2_estimate_with_method | /v2/buy-sell/estimate-with-method | Path does not match |
| 34 | buy_sell_v2_balance | /v2/buy-sell/balance/{assetId} | Path does not match |
| 35 | buy_sell_v2_payment_methods | /v2/buy-sell/payment-methods/{pairId} | Path does not match |
| 36 | buy_sell_v2_list_assets | /v2/buy-sell/list-assets/{type}/{side} | Path does not match |
| 37 | buy_sell_v2_create_transaction | /v2/buy-sell/create-transaction | Path does not match |
| 38 | crypto_swap_index | /crypto_swap | Path does not match |
| 39 | app_default | / | Path does not match |
| 40 | mfa_stepper_check_security_step | /mfa/stepper/check-security-step/{userId} | Path does not match |
| 41 | mfa_stepper | /mfa/stepper/{context}/{userId} | Path does not match |
| 42 | mfa_stepper_choice | /mfa/stepper/choice/{userId} | Path does not match |
| 43 | mfa_stepper_verify_existing | /mfa/stepper/verify-existing/{userId} | Path does not match |
| 44 | mfa_stepper_pre_validate | /mfa/stepper/pre-validate/{userId} | Path does not match |
| 45 | mfa_stepper_check_unique | /mfa/stepper/check-unique/{userId} | Path does not match |
| 46 | mfa_stepper_validate | /mfa/stepper/validate/{userId} | Path does not match |
| 47 | api_user_mfa_methods | /api/user/mfa-methods/{userId} | Path does not match |
| 48 | mfa_stepper_send_email_otp | /mfa/stepper/send-email-otp/{userId} | Path does not match |
| 49 | mfa_stepper_verify_email_otp | /mfa/stepper/verify-email-otp/{userId} | Path does not match |
| 50 | api_user_mfa_verify_universal | /api/user/mfa-verify-universal/{userId} | Path does not match |
| 51 | nft_index | /nft | Path does not match |
| 52 | secure_operation_init | /api/secure/operation/init | Path does not match |
| 53 | secure_operation_execute | /api/secure/operation/execute | Path does not match |
| 54 | secure_operation_cancel | /api/secure/operation/cancel | Path does not match |
| 55 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.