V4.2 with stats and vaxtor settings changes. Fixed merge problems
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\"");
|
||||
|
||||
Reference in New Issue
Block a user