This Commit contains all the changes for the new feature for S.L in regards to ExcelStats of the GUI

This commit is contained in:
2025-10-17 12:06:36 +01:00
parent 0c463ad929
commit f4081515be
10 changed files with 511 additions and 93 deletions

View File

@@ -16,7 +16,7 @@ namespace AiQ_GUI
{
string requestUrl = $"http://{IPAddress}/{suffix}";
HttpClientHandler handler = new HttpClientHandler
HttpClientHandler handler = new()
{
Credentials = new NetworkCredential("developer", DevPass),
PreAuthenticate = true