dalexander
07/11/2025, 1:43 PMcookie()
method url encodes the cookie data for some reason which makes the data invalid, and trying to set the Cookie header directly seems to have no effect on the request based on what the logs are showing me (I don't see a Cookie header after setting it). Ktor version is 3.2.1Aleksei Tirman [JB]
07/11/2025, 1:45 PMCookie
header manually to avoid the encoding.dalexander
07/11/2025, 1:46 PMappend("Cookie", "...")
seems to have no impact on the network request based on the logs. I only see cookie headers logs when I set them via the cookie()
method.dalexander
07/11/2025, 1:46 PMAleksei Tirman [JB]
07/11/2025, 1:47 PMdalexander
07/11/2025, 1:47 PMdalexander
07/11/2025, 1:48 PM