https://dev.onlinepayments.aircharterservice.com/login

Routing

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 _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 aircraftIndex /sales/aircraft Path does not match
15 addAircraft /sales/aircraft/add Path does not match
16 editAircraft /sales/aircraft/edit/{id} Path does not match
17 saveAircraft /sales/aircraft/save/{id} Path does not match
18 listAirport /sales/airport Path does not match
19 editAirport /sales/airport/edit/{id} Path does not match
20 addAirport /sales/airport/add Path does not match
21 saveAirport /sales/airport/save/{id} Path does not match
22 autocomplete /autocomplete/{object} Path does not match
23 homepage / Path does not match
24 sales /sales Path does not match
25 editBooking /sales/booking/edit/{id} Path does not match
26 addBooking /sales/booking/add Path does not match
27 saveBooking /sales/booking/save/{id} Path does not match
28 customer /sales/customer Path does not match
29 editCustomer /sales/customer/edit/{id} Path does not match
30 addCustomer /sales/customer/add Path does not match
31 saveCustomer /sales/customer/save/{id} Path does not match
32 chkCustomerEmail /chkemail Path does not match
33 getList /getList/{list} Path does not match
34 office /offices Path does not match
35 editOffice /offices/edit/{id} Path does not match
36 addOffice /offices/add Path does not match
37 saveOffice /offices/save/{id} Path does not match
38 editSignature /offices/signature/{id} Path does not match
39 saveSignature /offices/signature/save/{id} Path does not match
40 editCompliance /offices/compliance/{id} Path does not match
41 saveCompliance /offices/compliance/save/{id} Path does not match
42 decrypt /offices/decrypt/{encrypted}/{salt} Path does not match
43 decryptAll /offices/decryptAll/{id} Path does not match
44 encrypt /offices/encrypt/{token}/{salt} Path does not match
45 getAvailableEncryptions /offices/getAvailableEncryptions Path does not match
46 hash /offices/hash Path does not match
47 sendTestEmail /offices/sendTestEmail Path does not match
48 bookingLink /customer/booking-confirmation/{ref} Path does not match
49 failurePayment /customer/payment-failure/{payment} Path does not match
50 getWorldpayRedirectUrl /customer/worldpay/getRedirectUrl/{ref} Path does not match
51 processWorldpay /customer/worldpay/redirect/{pid} Path does not match
52 successPayment /customer/payment-success/{payment} Path does not match
53 processBooking /customer/process/{gateway} Path does not match
54 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.