Error 401 Unauthorized

POST https://webapp-dev.swisskustomfaktory.ch/admin/ws

Routing

app_admin_ws Matched route

Route Parameters

Name Value
domain
"-dev.swisskustomfaktory.ch"

Route Matching Logs

Path to match: /admin/ws
# Route name Path Log
1 accounting_findone /admin/findone/{entityName}/{id} Path does not match
2 accounting_find /admin/find/{entityName}/{ids} Path does not match
3 accounting_search_dt /admin/search.dt/{entity} Path does not match
4 accounting_autocomplete /admin/autocomplete/{entity} Path does not match
5 accounting_index / Path does not match
6 accounting_accountschart /accounts_chart Path does not match
7 accounting_log /log Path does not match
8 accounting_accountsstatements /accounts/statements Path does not match
9 accounting_balancesheet /balance_sheet Path does not match
10 accounting_profitandloss /profit_loss Path does not match
11 accounting_vat /vat Path does not match
12 accounting_closing /closing Path does not match
13 accounting_documents /documents Path does not match
14 accounting_accounts /accounts Path does not match
15 accounting_account /accounts/{id} Path does not match
16 accounting_createaccount /accounts/new Path does not match
17 accounting_editaccount /accounts/{id}/edit Path does not match
18 accounting_deleteaccount /accounts/{id}/delete Path does not match
19 accounting_undeleteaccount /accounts/{id}/undelete Path does not match
20 accounting_exportaccounts /accounts/export/{type} Path does not match
21 accounting_modalselectaccounts /accounts/modal Path does not match
22 accounting_refreshaccountbalance /accounts/{id}/refreshbalance Path does not match
23 accounting_vattypes /vat_types Path does not match
24 accounting_vattype /vat_types/{id} Path does not match
25 accounting_modalselectvattypes /vat_types/modal Path does not match
26 accounting_changevatrates /vat_types/change_rates Path does not match
27 accounting_modes /modes Path does not match
28 accounting_mode /modes/{id} Path does not match
29 accounting_entries /entries Path does not match
30 accounting_entry /entries/{id} Path does not match
31 accounting_createentry /entries/new Path does not match
32 accounting_editentry /entries/{id}/edit Path does not match
33 accounting_duplicateentry /entries/{id}/duplicate Path does not match
34 accounting_deleteentry /entries/{id}/delete Path does not match
35 accounting_undeleteentry /entries/{id}/undelete Path does not match
36 accounting_reverseentry /entries/{id}/reverse Path does not match
37 accounting_exportentries /entries/export/{type} Path does not match
38 accounting_modalselectentries /entries/modal Path does not match
39 accounting_exchangedifference /entries/exchangedifference Path does not match
40 accounting_predefinedentries /entries/predefined Path does not match
41 accounting_predefinedentry /entries/predefined/{id} Path does not match
42 accounting_createpredefinedentry /entries/predefined/new Path does not match
43 accounting_editpredefinedentry /entries/predefined/{id}/edit Path does not match
44 accounting_deletepredefinedentry /entries/predefined/{id}/delete Path does not match
45 accounting_undeletepredefinedentry /entries/predefined/{id}/undelete Path does not match
46 accounting_modalselectpredefinedentries /entries/predefined/modal Path does not match
47 accounting_app_accounting_getaccounts /ajax/accounts Path does not match
48 accounting_app_accounting_getvattypes /ajax/vat_types Path does not match
49 accounting_invoices /invoices Path does not match
50 accounting_invoice /invoices/{id} Path does not match
51 accounting_invoice_pdf /invoices/{id}/pdf Path does not match
52 accounting_debitors /debitors Path does not match
53 accounting_creditors /creditors Path does not match
54 accounting_creditorinvoices /creditor_invoices Path does not match
55 accounting_creditorinvoice /creditor_invoices/{id} Path does not match
56 accounting_creditorinvoice_document /creditor_invoices/{id}/document Path does not match
57 accounting_orders /orders Path does not match
58 accounting_order /orders/{id} Path does not match
59 accounting_order_pdf /orders/{id}/pdf Path does not match
60 accounting_close /close Path does not match
61 accounting_import /import Path does not match
62 accounting_generate /generate Path does not match
63 accounting_clean2021 /clean2021 Path does not match
64 accounting_fixmissingentries /fix_missing_entries Path does not match
65 accounting_test /test Path does not match
66 app_accounts_list /accounts Path does not match
67 app_accounts_view /accounts/{id} Path does not match
68 app_accounts_create /accounts/new Path does not match
69 app_accounts_edit /accounts/{id}/edit Path does not match
70 app_accounts_delete /accounts/{id}/delete Path does not match
71 app_accounts_undelete /accounts/{id}/undelete Path does not match
72 app_accounts_export /accounts/export/{type} Path does not match
73 app_accounts_modalselect /accounts/modal Path does not match
74 app_accounts_modalform /accounts/modal/new Path does not match
75 app_accounts_attachuser /accounts/{id}/attach Path does not match
76 app_accounts_detachuser /accounts/{id}/detach Path does not match
77 app_accounts_toggle /accounts/{id}/toggle/{property} Path does not match
78 dependson /admin/dependson/{entity} Path does not match
79 dependedaddresses /admin/dependedaddresses Path does not match
80 badges /admin/badges/{entity}/{other}/{id} Path does not match
81 create /admin/create/{entity} Path does not match
82 app_admin_uploadimage /admin/image/{entity}/{id}/{property} Path does not match
83 geonames /admin/geonames Path does not match
84 app_admin_users /admin/users Path does not match
85 translate /admin/translate Path does not match
86 app_admin_notifications /admin/notifications Path does not match
87 app_admin_readnotification /admin/notifications/{id} Path does not match
88 app_admin_ws /admin/ws Route matches!

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