http://89.248.231.151/auth_demo

Routing

demo Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /auth_demo
# Route name Path Log
1 update_cart /update_cart Path does not match
2 update_cart_v2 /update_cart_v2 Path does not match
3 cart_crud /cart_crud Path does not match
4 cart_crud_v2 /cart_crud_v2 Path does not match
5 cart /cart Path does not match
6 cart_body /cart_body Path does not match
7 add_item_to_cart /add_item_to_cart Path does not match
8 catalog /catalog Path does not match
9 catalog_by_vendor_guid /catalog/vendor/{vendor_guid} Path does not match
10 catalog_by_order_guid /catalog/{order_guid} Path does not match
11 catalog_by_guid /catalog/{search_guid}/{guid} Path does not match
12 sale /sale Path does not match
13 product_by_id /product/{guid} Path does not match
14 product /product Path does not match
15 get_specification_list /get_specification_list Path does not match
16 get_customer_messages /get_customer_messages Path does not match
17 get_items_specification /get_items_specification Path does not match
18 get_vendor_list /get_vendor_list Path does not match
19 get_spec_list /get_spec_list Path does not match
20 prices /prices Path does not match
21 get_prices /get_prices Path does not match
22 change_user_options /change_user_options Path does not match
23 homepage / Path does not match
24 index /index Path does not match
25 carrot_assign_admin /carrot_assign_admin Path does not match
26 login /login Path does not match
27 change_theme /change_theme Path does not match
28 contacts /contacts Path does not match
29 reg /reg Path does not match
30 forgot_password /forgot_password Path does not match
31 change_pass_first /change_pass_first Path does not match
32 logout /logout Path does not match
33 app_mailer_sendemail /email Path does not match
34 migrate /migrate Path does not match
35 delete_news /delete_news Path does not match
36 save_news /save_news Path does not match
37 edit_banner_by_id /edit_banner/{id} Path does not match
38 delete_banner_by_id /delete_banner/{id} Path does not match
39 save_banner /save_banner Path does not match
40 messages /messages Path does not match
41 news /news Path does not match
42 newssingle /newssingle Path does not match
43 newssingle_by_id /newssingle/{id} Path does not match
44 create_news /create_news Path does not match
45 create_banner /create_banner Path does not match
46 edit_news_by_id /edit_news/{id} Path does not match
47 edit_news /edit_news Path does not match
48 orderlist /orderlist Path does not match
49 get_orders_form /get_orders_form Path does not match
50 order_by_id /order/{guid} Path does not match
51 order /order Path does not match
52 merge_orders /merge_orders Path does not match
53 update_order_from_cart /update_order_from_cart Path does not match
54 update_order /update_order Path does not match
55 confirm_order /confirm_order Path does not match
56 get_order_list /get_order_list Path does not match
57 set_contact_info /set_contact_info Path does not match
58 set_account_info /set_account_info Path does not match
59 set_user_main_page /set_user_main_page Path does not match
60 change_company_guid /change_company_guid Path does not match
61 cabinet /cabinet Path does not match
62 get_contact_info_table /get_contact_info_table Path does not match
63 get_сontact_info /get_сontact_info Path does not match
64 change_password /change_password Path does not match
65 get_password_sample /get_password_sample Path does not match
66 get_items_list_2 /get_items_list_2 Path does not match
67 get_items_list /get_items_list Path does not match
68 search_suggest /search_suggest Path does not match
69 get_shipments_form /get_shipments_form Path does not match
70 get_shipments_list /get_shipments_list Path does not match
71 shipments /shipments Path does not match
72 shipment /shipment Path does not match
73 shipment_by_guid /shipment/{guid} Path does not match
74 app_soapapi_auth /auth Path does not match
75 demo /auth_demo Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.