mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Losing my mind this is fucking ridiculous
This commit is contained in:
@@ -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}");
|
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();
|
var cookies = container.GetAllCookies();
|
||||||
_logger.Debug("JSON serialization of all the cookies");
|
_logger.Debug("JSON serialization of all the cookies");
|
||||||
_logger.Debug(JsonSerializer.Serialize(cookies));
|
_logger.Debug(JsonSerializer.Serialize(cookies));
|
||||||
|
|||||||
Reference in New Issue
Block a user