GUI Version 4.1 CHanges are GB sticker and Updated API call from Internal Config to GLOBAL--FlexiApplication.

This commit is contained in:
2025-10-27 11:14:20 +00:00
parent aa28a43347
commit ed121fa3db
6 changed files with 71 additions and 24 deletions

View File

@@ -116,7 +116,7 @@ namespace AiQ_GUI
if (requiresAuth)
{
string authHeader = context.Request.Headers["Authorization"];
if (string.IsNullOrEmpty(authHeader) || !authHeader.StartsWith("Basic "))
{
context.Response.AddHeader("WWW-Authenticate", "Basic realm=\"FakeCamera\"");