Routing
search_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/search
# | Route name | Path | Log |
---|---|---|---|
1 | server_mapping_index | /mapping/ | Path does not match |
2 | server_mapping_new | /mapping/new | Path does not match |
3 | server_mapping_edit | /mapping/edit/{id} | Path does not match |
4 | server_mapping_delete | /mapping/delete | Path does not match |
5 | alerts_index | /alerts | Path does not match |
6 | alerts_list | /alerts/list | Path does not match |
7 | resolution_update | /alerts/resolution/update | Path does not match |
8 | variation_index | /variation/ | Path does not match |
9 | variation_new | /variation/new | Path does not match |
10 | variation_edit | /variation/edit/{id} | Path does not match |
11 | variation_delete | /variation/delete | Path does not match |
12 | app_healthcheck | /healthcheck | Path does not match |
13 | rescan_config_index | /rescan-config/ | Path does not match |
14 | rescan_config_new | /rescan-config/new | Path does not match |
15 | rescan_config_edit | /rescan-config/edit/{id} | Path does not match |
16 | rescan_config_delete | /rescan-config/delete | Path does not match |
17 | target_scans | /targets/{id}/scans | Path does not match |
18 | scans_list | /targets/{id}/scans/list | Path does not match |
19 | search_index | /search | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.