GUI Version 4.1 CHanges are GB sticker and Updated API call from Internal Config to GLOBAL--FlexiApplication.
This commit is contained in:
@@ -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\"");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.6.4",
|
||||
"revision": "77e042f",
|
||||
"version": "1.7.1",
|
||||
"revision": "4b63df5",
|
||||
"buildtime": "2025-07-24T10:35:36.445241784Z",
|
||||
"appname": "FlexiAI",
|
||||
"MAC": "3C:6D:66:0A:BA:18",
|
||||
|
||||
Reference in New Issue
Block a user