From 9334cac3446ebb18784c8c659a0f4f2093811455 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:28:53 -0600 Subject: [PATCH] Losing my mind this is fucking ridiculous --- KfChatDotNetBot/Services/KiwiFlare.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/KfChatDotNetBot/Services/KiwiFlare.cs b/KfChatDotNetBot/Services/KiwiFlare.cs index 2d5456c..d9f858b 100644 --- a/KfChatDotNetBot/Services/KiwiFlare.cs +++ b/KfChatDotNetBot/Services/KiwiFlare.cs @@ -183,6 +183,7 @@ public class KiwiFlare(string kfDomain, string? proxy = null, CancellationToken? throw new Exception($"ttrs didn't accept our solution with reason: {reason}"); } + _logger.Debug($"Set-Cookie header -> {JsonSerializer.Serialize(response.Headers.GetValues("Set-Cookie"))}"); var cookies = container.GetAllCookies(); _logger.Debug("JSON serialization of all the cookies"); _logger.Debug(JsonSerializer.Serialize(cookies));