http://e-vizedubai.com/api/user/login Return to referer URL

Routing

app_api_login_login_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /api/user/login
# Route name Path Log
1 app_api_company_companycontact_add /api/company/{companyId}/contact Path does not match
2 app_api_company_companycontact_get /api/company/{companyId}/contact/{contactId} Path does not match
3 app_api_company_companycontact_update /api/company/{companyId}/contact/{contactId} Path does not match
4 app_api_company_companycontact_delete /api/company/{companyId}/contact/{contactId} Path does not match
5 app_api_company_companycontact_list /api/company/{companyId}/contact/list Path does not match
6 app_api_company_company_add /api/company Path does not match
7 app_api_company_company_get /api/company/{id} Path does not match
8 app_api_company_company_update /api/company/{id} Path does not match
9 app_api_company_company_delete /api/company/{id} Path does not match
10 app_api_company_company_list /api/company/list Path does not match
11 app_api_company_company_updateremark /api/company/{id}/remarks Path does not match
12 app_api_company_companydocument_add /api/company/{companyId}/document Path does not match
13 app_api_company_companydocument_get /api/company/{companyId}/document/{id} Path does not match
14 app_api_company_companydocument_delete /api/company/{companyId}/document/{id} Path does not match
15 app_api_company_companydocument_list /api/company/{companyId}/document/list Path does not match
16 app_api_company_companyuser_add /api/company/{companyId}/user Path does not match
17 app_api_company_companyuser_get /api/company/{companyId}/user/{userId} Path does not match
18 app_api_company_companyuser_update /api/company/{companyId}/user/{userId} Path does not match
19 app_api_company_companyuser_delete /api/company/{companyId}/user/{userId} Path does not match
20 app_api_company_companyuser_list /api/company/{companyId}/user/list Path does not match
21 app_api_company_companyuser_changeuserpassword /api/company/{companyId}/user/{userId}/change-user-password Path does not match
22 app_api_company_companyuser_sendresetlink /api/company/{companyId}/user/{userId}/send-password-reset-link Path does not match
23 app_api_company_companyuser_sendpasswordresetlink /api/user/send-password-reset-link Path does not match
24 app_api_company_companyvisatypeprice_save /api/company/{companyId}/visa-type/save Path does not match
25 app_api_company_companyvisatypeprice_get /api/company/{companyId}/visa-type/{id} Path does not match
26 app_api_company_companyvisatypeprice_delete /api/company/{companyId}/visa-type/{id} Path does not match
27 app_api_company_companyvisatypeprice_list /api/company/{companyId}/visa-type/list Path does not match
28 app_api_company_companyvisatypeprice_price /api/company/{companyId}/visa-price/{id} Path does not match
29 app_api_file_file_upload /api/file/upload Path does not match
30 app_api_login_login_login /api/user/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.