Routing
(none)
Matched route
Route Matching Logs
Path to match:
/xmlrpc.php
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | home | / | Path does not match |
15 | login | /login | Path does not match |
16 | register | /register | Path does not match |
17 | profile_update | /profile/update | Path does not match |
18 | profile_view | /profile/id/{id} | Path does not match |
19 | app_verify_email | /register/verify_email | Path does not match |
20 | logout | /logout | Path does not match |
21 | create_offer | /offer/create | Path does not match |
22 | view_offer | /offer/{id} | Path does not match |
23 | create_request | /request/create | Path does not match |
24 | view_request | /request/{id} | Path does not match |
25 | contact_seller | /offer/{id}/contact | Path does not match |
26 | contact_buyer | /request/{id}/contact | Path does not match |
27 | api_fruits | /api/fruits | Path does not match |
28 | api_varieties | /api/varieties/{fruit} | Path does not match |
29 | api_provinces | /api/provinces_by_country_id/{countryId} | Path does not match |
30 | search_requests | /search/requests | Path does not match |
31 | filter_requests | /search/filter-requests | Path does not match |
32 | save_search | /search/save_search | Path does not match |
33 | save_result_request | /search/save_result_request | Path does not match |
34 | my_saved_searches | /search/my_saved_searches | Path does not match |
35 | my_saved_request_results | /search/my_saved_request_results | Path does not match |
36 | show_saved_request_result | /search/show_saved_request_result/{id} | Path does not match |
37 | show_saved_search | /search/show_saved_search/{id} | Path does not match |
38 | delete_my_saved_search_request | /search-request/delete_my_saved_search/{id} | Path does not match |
39 | update_my_saved_search_request | /search-request/update_my_saved_search/{id} | Path does not match |
40 | update_my_saved_search_request_result | /search-request/update_my_saved_search_request_result/{id} | Path does not match |
41 | delete_my_saved_search_request_result | /search-request/delete_my_saved_search_request_result/{id} | Path does not match |
42 | search_offers | /search/offers | Path does not match |
43 | my_saved_searches_offers | /search-offer/my_saved_searches | Path does not match |
44 | save_search_offers | /search-offer/save_search | Path does not match |
45 | filter_offers | /search-offers/filter-offers | Path does not match |
46 | show_saved_search_offer | /search-offer/show_saved_search/{id} | Path does not match |
47 | delete_my_saved_search_offer | /search-offer/delete_my_saved_search/{id} | Path does not match |
48 | update_my_saved_search_offer | /search-offer/update_my_saved_search/{id} | Path does not match |
49 | save_result_offer | /search-offer/save_result_offer | Path does not match |
50 | my_saved_offer_results | /search-offer/my_saved_offer_results | Path does not match |
51 | update_my_saved_search_offer_result | /search-offer/update_my_saved_search_offer_result/{id} | Path does not match |
52 | delete_my_saved_search_offer_result | /search-offer/delete_my_saved_search_offer_result/{id} | Path does not match |
53 | show_saved_offer_result | /search-offer/show_saved_offer_result/{id} | Path does not match |
54 | my_offer_matches | /matching-offers/my_offer_matches | Path does not match |
55 | filter_offer_matches | /matching-offers/filter-offers | Path does not match |
56 | update_offer_status | /matching-offers/status-update | Path does not match |
57 | my_request_matches | /matching-request/my_request_matches | Path does not match |
58 | filter_request_matches | /matching-request/filter-requests | Path does not match |
59 | update_request_status | /matching-request/status-update | Path does not match |
60 | my_requests | /my-offer-requests/requests | Path does not match |
61 | filter_my_requests | /my-offer-requests/filter-requests | Path does not match |
62 | my_offers | /my-offer-requests/offers | Path does not match |
63 | filter_my_offers | /my-offer-requests/filter-offers | Path does not match |
64 | app_forgot_password | /forgot-password | Path does not match |
65 | app_reset_password | /reset-password/{resetToken} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.