GET https://api.game.harapov.com/login

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 ux_live_component /_components/{_live_component}/{_live_action} Path does not match
3 _wdt_stylesheet /_wdt/styles 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 api_login_check /api/login Path does not match
18 app_logout /logout Path does not match
19 app.swagger_ui /docs Path does not match
20 app.swagger /xp-swagger/doc.json Path does not match
21 app_admin_actions_index /admin/actions/ Path does not match
22 app_admin_actions_show /admin/actions/{slug} Path does not match
23 app_admin_characters_index /admin/characters/ Path does not match
24 app_admin_characters_new /admin/characters/new Path does not match
25 app_admin_characters_show /admin/characters/{id} Path does not match
26 app_admin_characters_edit /admin/characters/{id}/edit Path does not match
27 app_admin_characters_delete /admin/characters/{id}/delete Path does not match
28 app_admin_default_index / Path does not match
29 app_admin_default_dashboard /admin Path does not match
30 app_admin_items_index /admin/items/ Path does not match
31 app_admin_items_show /admin/items/{slug} Path does not match
32 app_admin_maps_index /admin/maps/ Path does not match
33 app_admin_maps_show /admin/maps/{slug} Path does not match
34 app_admin_monsters_index /admin/monsters/ Path does not match
35 app_admin_monsters_show /admin/monsters/{slug} Path does not match
36 app_admin_quests_index /admin/quests/ Path does not match
37 app_admin_quests_show /admin/quests/{slug} Path does not match
38 app_admin_users_index /admin/users/ Path does not match
39 app_admin_users_new /admin/users/new Path does not match
40 app_admin_users_show /admin/users/{id} Path does not match
41 app_admin_users_edit /admin/users/{id}/edit Path does not match
42 app_admin_users_delete /admin/users/{id}/delete Path does not match
43 app_api_auth_index /api/refresh-token Path does not match
44 app_api_auth_create /api/register Path does not match
45 app_api_battle_start /api/battle/{versus}/{map_slug}/{combatant} Path does not match
46 app_api_battle_round /api/battle/{versus}/{map_slug}/{combatant} Path does not match
47 app_api_battle_loot /api/battle/{versus}/{map_slug}/{combatant}/loot Path does not match
48 app_api_character_index /api/characters Path does not match
49 app_api_character_currentcharacter /api/character Path does not match
50 app_api_character_create /api/character/create Path does not match
51 app_api_character_currentcharacterinventory /api/character/inventory Path does not match
52 app_api_character_inventoryequip /api/character/equip/{itemSlot}/{equipmentSlot} Path does not match
53 app_api_character_inventoryunequip /api/character/unequip/{itemSlot} Path does not match
54 app_api_character_levelup /api/character/level-up Path does not match
55 app_api_character_buypoints /api/character/buy-points Path does not match
56 app_api_character_addactions /api/character/learn-actions Path does not match
57 app_api_character_storeaddpoints /api/character/add-points Path does not match
58 app_api_character_getstatistics /api/character/statistics Path does not match
59 app_api_maps_index /api/maps Path does not match
60 app_api_maps_show /api/maps/{map_slug} Path does not match
61 app_api_maps_shop /api/maps/{map_slug}/shop/{shop_slug} Path does not match
62 app_api_maps_buy /api/maps/{map_slug}/shop/{shop_slug}/buy/{item_slug} Path does not match
63 app_api_maps_sell /api/maps/{map_slug}/shop/{shop_slug}/sell/{item_position} Path does not match
64 app_api_quests_quests /api/quests Path does not match
65 app_api_quests_getquest /api/quests/{slug}/progress Path does not match
66 app_api_quests_checkquests /api/quests/check-active-quests Path does not match
67 app_api_quests_startquest /api/quests/{slug}/start Path does not match
68 app_api_quests_collectreward /api/quests/{slug}/collect-reward Path does not match
69 api_user /api/user Path does not match
70 app_api_utilities_characterexists /api/util/validate/character-name Path does not match
71 app_api_utilities_validateuseremailexists /api/util/validate/user-email Path does not match
72 app_api_utilities_getactions /api/util/list/actions/{category} Path does not match
73 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.