diff --git a/backend/webui_service/webui_init.go b/backend/webui_service/webui_init.go index e3183788..c326f9a6 100644 --- a/backend/webui_service/webui_init.go +++ b/backend/webui_service/webui_init.go @@ -137,7 +137,7 @@ func (a *WebuiApp) Start(tlsKeyLogPath string) { AllowMethods: []string{"GET", "POST", "OPTIONS", "PUT", "PATCH", "DELETE"}, AllowHeaders: []string{ "Origin", "Content-Length", "Content-Type", "User-Agent", - "Referrer", "Host", "Token", "X-Requested-With", + "Referrer", "Host", "Authorization", "Token", "X-Requested-With", }, ExposeHeaders: []string{"Content-Length"}, AllowCredentials: true,