V3.15 iterim BR changes

This commit is contained in:
2025-10-17 14:26:33 +01:00
parent 0c463ad929
commit e39a36183a
8 changed files with 92 additions and 96 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